forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cron-confd.patch
32 lines (26 loc) · 916 Bytes
/
cron-confd.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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