diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-10 01:05:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-10 01:05:29 +0000 |
commit | f7873acac7c93185710b6e27c7891e4fa0d79e62 (patch) | |
tree | 617ab7bfe7d496a56ef8fd9870b3948fec411743 /etc/rc | |
parent | b0e12406e7e5b8ce98641a48c0fc9d33c65df9d5 (diff) |
commented hourly spamd-setup run
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |