]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- better comment
authorArvin Schnell <aschnell@suse.de>
Wed, 11 Apr 2012 10:02:47 +0000 (12:02 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 11 Apr 2012 10:02:47 +0000 (12:02 +0200)
scripts/snapper-daily
scripts/snapper-hourly

index 197380a063f41fdf7487a1da80a5b6f0bb26837a..9c4d034068aff43a427cc2dcf6025def63a6bda1 100755 (executable)
@@ -9,7 +9,7 @@ export PATH
 
 
 #
-# get information from /etc/sysconfig
+# get information from /etc/sysconfig/snapper
 #
 if [ -f /etc/sysconfig/snapper ] ; then
     . /etc/sysconfig/snapper
index 8685b1ea5cc533bd537e431454f9707d9be9201a..cb4b780a95a905570f49e6cb4fde6c03a7bf1da7 100755 (executable)
@@ -9,7 +9,7 @@ export PATH
 
 
 #
-# get information from /etc/sysconfig
+# get information from /etc/sysconfig/snapper
 #
 if [ -f /etc/sysconfig/snapper ] ; then
     . /etc/sysconfig/snapper