Browse Source

Allow spamd_flags banner to contain spaces. Resolves PR 3720.

ok beck@ millert@
OPENBSD_3_6
otto 20 years ago
parent
commit
2e9faaddb7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.241 2004/03/22 15:02:35 cedric Exp $
# $OpenBSD: rc,v 1.242 2004/03/30 16:59:25 otto Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -537,7 +537,7 @@ if [ "X${spamd_flags}" != X"NO" ]; then
if [ "X${spamd_grey}" != X"NO" ]; then
spamd_flags="${spamd_flags} -g"
fi
echo -n ' spamd'; /usr/libexec/spamd ${spamd_flags}
echo -n ' spamd'; eval /usr/libexec/spamd ${spamd_flags}
/usr/libexec/spamd-setup
if [ "X${spamd_grey}" != X"NO" ]; then
echo -n ' spamlogd'


Loading…
Cancel
Save