aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 13:06:28 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 13:06:28 +0200
commit3bdbee31d112b473ce66bcd321cdcd706dc17131 (patch)
tree0714f340bde8cec4eaf10331c8289cd2398a835a /config/spamd
parentad07bfe7e54b242afd5df4741fbe60851cf18408 (diff)
downloadpfsense-packages-3bdbee31d112b473ce66bcd321cdcd706dc17131.tar.gz
pfsense-packages-3bdbee31d112b473ce66bcd321cdcd706dc17131.tar.bz2
pfsense-packages-3bdbee31d112b473ce66bcd321cdcd706dc17131.zip
stop copying spamd.conf.sample
It made zero sense with the original broken commands order ( you don't configure something only to overwrite it by some sample config later on... WTF), it makes zero sense with the new one (you don't copy a sample conf to unlink it on configuration and replace with a symlink to another file.)
Diffstat (limited to 'config/spamd')
-rw-r--r--config/spamd/spamd.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc
index 6a6b7ca5..a72d8770 100644
--- a/config/spamd/spamd.inc
+++ b/config/spamd/spamd.inc
@@ -285,7 +285,6 @@ function custom_php_install_command() {
system("touch /var/db/whitelist.txt");
system("touch /var/db/blacklist.txt");
exec("/usr/sbin/pw usermod _spamd -g proxy -G _spamd,proxy");
- exec("/bin/cp /usr/local/etc/spamd/spamd.conf.sample /usr/local/etc/spamd/spamd.conf");
sync_package_spamd();
}