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

[bug report] sks sks 1.1.3-1~bpo60+1, wrong command in cronjob



Hi Backporters and Marco

There is another slight glitch in the sks backport. The cronjob contains
a call to db_archive. This command does not exist in squeeze and should
be replaced by db4.7_archive. See the patch below.

Gaudenz

--- /etc/cron.daily/sks.orig    2012-07-13 00:52:02.000000000 +0200
+++ /etc/cron.daily/sks 2012-07-24 11:13:17.070747566 +0200
@@ -26,7 +26,7 @@
        dir=$1
        if [ -d "$dir" ]
        then
-               db_archive -h $dir -d
+               db4.7_archive -h $dir -d
        fi
        return 0
 }

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


Reply to: