[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

slbackup - config-file typo which prevents slbackup from running



Hi.

I have recently fixed a bug [1] in slbackup which prevents it from
running due to a typo in a config-file. The diff is minimal (attached),
and I have prepared a package for squeeze-proposed-updates [2].

Can I please upload this package to stable?


- Werner

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626884
[2] http://people.debian.org/~werner/slbackup/

diff -u slbackup-0.0.12/debian/changelog slbackup-0.0.12/debian/changelog
--- slbackup-0.0.12/debian/changelog
+++ slbackup-0.0.12/debian/changelog
@@ -1,3 +1,9 @@
+slbackup (0.0.12-2+squeeze1) stable; urgency=low
+
+  * Fixed typo in cron-job (path to configfile). (Closes: #626884)
+
+ -- Morten Werner Forsbring <werner@debian.org>  Sat, 07 Jan 2012 09:32:04 +0100
+
 slbackup (0.0.12-2) unstable; urgency=low
 
   * Translations:
diff -u slbackup-0.0.12/debian/slbackup.cron.daily slbackup-0.0.12/debian/slbackup.cron.daily
--- slbackup-0.0.12/debian/slbackup.cron.daily
+++ slbackup-0.0.12/debian/slbackup.cron.daily
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-test -r /etc/slbackup/slackup.conf || exit 0
+test -r /etc/slbackup/slbackup.conf || exit 0
 test -x /usr/share/slbackup/slbackup-cron || exit 0
 /usr/share/slbackup/slbackup-cron

Reply to: