summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-10 01:05:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-10 01:05:29 +0000
commitf7873acac7c93185710b6e27c7891e4fa0d79e62 (patch)
tree617ab7bfe7d496a56ef8fd9870b3948fec411743 /etc/rc
parentb0e12406e7e5b8ce98641a48c0fc9d33c65df9d5 (diff)
commented hourly spamd-setup run
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 c77a6d862cc..8ccd5377727 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.221 2003/03/04 23:37:15 jakob Exp $
+# $OpenBSD: rc,v 1.222 2003/03/10 01:05:28 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -500,7 +500,7 @@ fi
if [ "X${spamd_flags}" != X"NO" ]; then
echo -n ' spamd'; /usr/libexec/spamd ${spamd_flags}
- /usr/libexec/spamd-setup ${spamd_setup}
+ /usr/libexec/spamd-setup
fi
if [ "X${httpd_flags}" != X"NO" ]; then