aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-28 04:28:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-28 04:28:49 +0000
commitf7bb18dc49e8c916b5bcb4d58ce506480ae45a51 (patch)
treed2585f33b54d0fb86b440793a152e7c698dc74e6
parent1e336adfbf8aafeff2c558c16d3fc2220adced1c (diff)
downloadpfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.tar.gz
pfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.tar.bz2
pfsense-packages-f7bb18dc49e8c916b5bcb4d58ce506480ae45a51.zip
file -> rcfile
-rw-r--r--packages/spamd.inc2
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
)