You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
916 B
33 lines
916 B
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
|