summaryrefslogtreecommitdiff
path: root/app-backup/snapper/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-backup/snapper/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-backup/snapper/files')
-rw-r--r--app-backup/snapper/files/cron-confd.patch32
-rw-r--r--app-backup/snapper/files/snapper-0.5.0-gcc6.patch21
2 files changed, 0 insertions, 53 deletions
diff --git a/app-backup/snapper/files/cron-confd.patch b/app-backup/snapper/files/cron-confd.patch
deleted file mode 100644
index 473e749d0bb2..000000000000
--- a/app-backup/snapper/files/cron-confd.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -u old/scripts/snapper-daily new/scripts/snapper-daily
---- old/scripts/snapper-daily 2014-01-29 17:48:30.000000000 +0200
-+++ new/scripts/snapper-daily 2014-02-19 13:32:22.702734875 +0200
-@@ -9,10 +9,10 @@
-
-
- #
--# get information from /etc/sysconfig/snapper
-+# get information from /etc/conf.d/snapper
- #
--if [ -f /etc/sysconfig/snapper ] ; then
-- . /etc/sysconfig/snapper
-+if [ -f /etc/conf.d/snapper ] ; then
-+ . /etc/conf.d/snapper
- fi
-
-
-diff -u old/scripts/snapper-hourly new/scripts/snapper-hourly
---- old/scripts/snapper-hourly 2014-01-29 17:48:30.000000000 +0200
-+++ new/scripts/snapper-hourly 2014-02-19 13:32:43.609166927 +0200
-@@ -9,10 +9,10 @@
-
-
- #
--# get information from /etc/sysconfig/snapper
-+# get information from /etc/conf.d/snapper
- #
--if [ -f /etc/sysconfig/snapper ] ; then
-- . /etc/sysconfig/snapper
-+if [ -f /etc/conf.d/snapper ] ; then
-+ . /etc/conf.d/snapper
- fi
diff --git a/app-backup/snapper/files/snapper-0.5.0-gcc6.patch b/app-backup/snapper/files/snapper-0.5.0-gcc6.patch
deleted file mode 100644
index 2720ae57f71f..000000000000
--- a/app-backup/snapper/files/snapper-0.5.0-gcc6.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 2e3812d2c1d1f54861fb79f5c2b0197de96a00a3 Mon Sep 17 00:00:00 2001
-From: Arvin Schnell <aschnell@suse.de>
-Date: Wed, 6 Sep 2017 09:49:38 +0200
-Subject: [PATCH] - added include statement
-
----
- client/cleanup.cc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/client/cleanup.cc b/client/cleanup.cc
-index 0dbfc03..d7f2f68 100644
---- a/client/cleanup.cc
-+++ b/client/cleanup.cc
-@@ -21,6 +21,7 @@
- */
-
-
-+#include <iostream>
- #include <vector>
-
- #include "dbus/DBusMessage.h"