summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 6b1317d3fcb..6bc16a3e15d 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.258 2004/10/22 00:59:09 itojun Exp $
+# $OpenBSD: rc,v 1.259 2004/11/03 18:04:46 henning Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -572,7 +572,7 @@ if [ "X${spamd_flags}" != X"NO" ]; then
/usr/libexec/spamd-setup
if [ "X${spamd_grey}" != X"NO" ]; then
echo -n ' spamlogd'
- /usr/libexec/spamlogd
+ /usr/libexec/spamlogd ${spamlogd_flags}
fi
fi