From 1e38d0c4857e04f67d91c8ddbd801970fecf02aa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 28 Jan 2006 06:23:29 +0000 Subject: Move RO call to end --- packages/spamd.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/spamd.inc b/packages/spamd.inc index 84c61c43..e6bdcf0e 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -37,9 +37,6 @@ function sync_package_spamd() { fwrite($fd, $spamd['ip'] . "\n"); } fclose($fd); - conf_mount_ro(); - config_unlock(); - $passtime = "5:4:864"; $identifier = ""; $greylisting = " -g"; @@ -80,6 +77,8 @@ function sync_package_spamd() { "stop" => $stop ) ); + conf_mount_ro(); + config_unlock(); restart_service("spamd"); } -- cgit v1.2.3