summaryrefslogtreecommitdiff
path: root/app-backup/snapper/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-11 12:25:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-11 12:25:19 +0100
commit496ef6155c315ac3628b472dc9b4146fa2684286 (patch)
treea0201d7a6c3a6e30410307544281465381970f4b /app-backup/snapper/files
parente810ac4a0e6af9f763f4433863042b34609075a7 (diff)
gentoo auto-resync : 11:07:2024 - 12:25:19
Diffstat (limited to 'app-backup/snapper/files')
-rw-r--r--app-backup/snapper/files/cron-confd.patch32
1 files changed, 0 insertions, 32 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