From 3bdbee31d112b473ce66bcd321cdcd706dc17131 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 25 Aug 2015 13:06:28 +0200 Subject: 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.) --- config/spamd/spamd.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'config/spamd') 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(); } -- cgit v1.2.3