aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-28 04:41:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-28 04:41:45 +0000
commit46c5663235e703b6df0f1b9f50a230b4fcd7f08b (patch)
treea70efd098a1ace3a326927fda340d6d7a827f728 /packages
parent13f3ebbcd229b61ab32bec3b2aa74e3e01c7ed44 (diff)
downloadpfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.tar.gz
pfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.tar.bz2
pfsense-packages-46c5663235e703b6df0f1b9f50a230b4fcd7f08b.zip
Revert
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd.inc2
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
)