From cf423c079f2e6ca5d9e78ccf6e5af4c972f06a77 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 20 Mar 2006 04:27:11 +0000 Subject: It helps to add the text before mounting ro --- packages/spamd.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/spamd.inc') diff --git a/packages/spamd.inc b/packages/spamd.inc index f31cf053..7f986a1b 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -128,10 +128,10 @@ function sync_package_spamd() { "stop" => $stop ) ); - conf_mount_ro(); - config_unlock(); $cronjob = "*/120 * * * * root /usr/bin/nice -n20 /usr/local/sbin/spamd-setup"; add_text_to_file("/etc/crontab", $cronjob); + conf_mount_ro(); + config_unlock(); mwexec("killall -HUP cron"); mwexec("ln -s /etc/spamd.conf /usr/local/etc/spamd.conf"); mwexec("/usr/local/etc/rc.d/spamd.sh stop"); -- cgit v1.2.3