From 2446d2fbff353df9714e6463d5de7236fd64114d Mon Sep 17 00:00:00 2001 From: sullrich Date: Sat, 12 Dec 2009 00:12:48 -0500 Subject: Add spamd to correct group --- config/spamd.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/spamd.inc b/config/spamd.inc index 484d4d8e..8747df29 100644 --- a/config/spamd.inc +++ b/config/spamd.inc @@ -245,6 +245,7 @@ function custom_php_install_command() { system("touch /var/db/whitelist.txt"); system("touch /var/db/blacklist.txt"); sync_package_spamd(); + exec("pw user mod_spamd -u 0"); } function custom_php_deinstall_command() { @@ -319,4 +320,4 @@ function spamd_validate_input($post, $input_errors) { } } -?> +?> \ No newline at end of file -- cgit v1.2.3