From bb9049d981971cf03fd39370ba7e14db549634fb Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 23 Mar 2010 15:07:38 +0000 Subject: Use full path. --- config/spamd/spamd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc index 6a078682..c33e589c 100644 --- a/config/spamd/spamd.inc +++ b/config/spamd/spamd.inc @@ -245,7 +245,7 @@ function custom_php_install_command() { system("touch /var/db/whitelist.txt"); system("touch /var/db/blacklist.txt"); sync_package_spamd(); - exec("pw usermod _spamd -g proxy -G _spamd,proxy"); + exec("/usr/sbin/pw usermod _spamd -g proxy -G _spamd,proxy"); } function custom_php_deinstall_command() { -- cgit v1.2.3