diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 04:41:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 04:41:45 +0000 |
commit | 46c5663235e703b6df0f1b9f50a230b4fcd7f08b (patch) | |
tree | a70efd098a1ace3a326927fda340d6d7a827f728 | |
parent | 13f3ebbcd229b61ab32bec3b2aa74e3e01c7ed44 (diff) | |
download | pfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.tar.gz pfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.tar.bz2 pfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.zip |
Revert
-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 dc83a1f4..8d1153a8 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( - "rcfile" => "spamd.sh", + "file" => "spamd.sh", "start" => $start, "stop" => $stop ) |