From 2e9faaddb7017e13374b5605d70922927ef50406 Mon Sep 17 00:00:00 2001 From: otto <> Date: Tue, 30 Mar 2004 16:59:25 +0000 Subject: [PATCH] Allow spamd_flags banner to contain spaces. Resolves PR 3720. ok beck@ millert@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index c8e9a824..272dfc46 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -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'