diff options
-rw-r--r-- | packages/spamd.inc | 7 | ||||
-rw-r--r-- | packages/spamd_settings.xml | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index aa572d86..83a3ca11 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -2,8 +2,8 @@ /* $Id$ */ /* spamd.inc - part of the SpamD package for pfSense - Copyright (C) 2006 Scott Ullrich + part of the SpamD package for pfSense + Copyright (C) 2008 Scott Ullrich All rights reserved. Redistribution and use in source and binary forms, with or without @@ -30,8 +30,7 @@ */ function sync_package_spamd() { global $config, $g; - if(!$config['installedpackages']['spamdsources']) - return; + conf_mount_rw(); config_lock(); $fd = fopen("/etc/spamd.conf","w"); diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index 87096423..44951f5c 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -7,13 +7,9 @@ /* $Id$ */ /* ========================================================================== */ /* - authng.xml + spamd_settings.xml part of pfSense (http://www.pfSense.com) - Copyright (C) 2007 to whom it may belong - All rights reserved. - - Based on m0n0wall (http://m0n0.ch/wall) - Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. + Copyright (C) 2008 Scott Ullrich All rights reserved. */ /* ========================================================================== */ |