From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-backup/snapper/files/cron-confd.patch | 32 +++++++++++++++++++++++ app-backup/snapper/files/snapper-0.5.0-gcc6.patch | 21 +++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 app-backup/snapper/files/cron-confd.patch create mode 100644 app-backup/snapper/files/snapper-0.5.0-gcc6.patch (limited to 'app-backup/snapper/files') diff --git a/app-backup/snapper/files/cron-confd.patch b/app-backup/snapper/files/cron-confd.patch new file mode 100644 index 000000000000..473e749d0bb2 --- /dev/null +++ b/app-backup/snapper/files/cron-confd.patch @@ -0,0 +1,32 @@ +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 new file mode 100644 index 000000000000..2720ae57f71f --- /dev/null +++ b/app-backup/snapper/files/snapper-0.5.0-gcc6.patch @@ -0,0 +1,21 @@ +From 2e3812d2c1d1f54861fb79f5c2b0197de96a00a3 Mon Sep 17 00:00:00 2001 +From: Arvin Schnell +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 + #include + + #include "dbus/DBusMessage.h" -- cgit v1.2.3