diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 04:28:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 04:28:49 +0000 |
commit | f7bb18dc49e8c916b5bcb4d58ce506480ae45a51 (patch) | |
tree | d2585f33b54d0fb86b440793a152e7c698dc74e6 /packages | |
parent | 1e336adfbf8aafeff2c558c16d3fc2220adced1c (diff) | |
download | pfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.tar.gz pfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.tar.bz2 pfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.zip |
file -> rcfile
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index 2a4b8ac7..7317d896 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -54,7 +54,7 @@ function custom_php_install_command() { "/usr/bin/killall mount_fdescfs\n" . "/usr/bin/killall spamlogd\n"; write_rcfile(array( - "file" => "spamd.sh", + "rcfile" => "spamd.sh", "start" => $start, "stop" => $stop ) |