aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-23 15:07:38 +0000
committerErmal <eri@pfsense.org>2010-03-23 15:07:38 +0000
commitbb9049d981971cf03fd39370ba7e14db549634fb (patch)
tree7f250e9539962befd8de0007caabce6062e4714d /config/spamd
parenta159da66b30e9301982bf5fa2c6b572d043534e8 (diff)
downloadpfsense-packages-bb9049d981971cf03fd39370ba7e14db549634fb.tar.gz
pfsense-packages-bb9049d981971cf03fd39370ba7e14db549634fb.tar.bz2
pfsense-packages-bb9049d981971cf03fd39370ba7e14db549634fb.zip
Use full path.
Diffstat (limited to 'config/spamd')
-rw-r--r--config/spamd/spamd.inc2
1 files changed, 1 insertions, 1 deletions
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() {