aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/spamd.inc')
-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
)