Date: Wed, 6 Jul 2005 11:20:14 GMT From: Petr Rehor <prehor@gmail.com> To: perl@FreeBSD.org Subject: Re: ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location Message-ID: <200507061120.j66BKEhc061143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/82151; it has been noted by GNATS. From: Petr Rehor <prehor@gmail.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location Date: Wed, 6 Jul 2005 13:10:40 +0200 I found a "small" bug in my previous posting :^( This patch resolve the problem - spamd don't start after boot, but it can be started manually with /etc/rc.d/spamd start. P. --- BEGIN --- --- spamd.sh.in.orig Wed Jun 8 23:41:36 2005 +++ spamd.sh.in Wed Jul 6 12:55:43 2005 @@ -17,9 +17,9 @@ # # Set defaults -spamd_enable=3D"NO" -spamd_pidfile=3D"/var/run/spamd/spamd.pid" -spamd_flags=3D"-c -d %%SQL_FLAG%% -r ${spamd_pidfile} %%RUN_AS_USER%%" +: ${spamd_enable:=3D"NO"} +: ${spamd_pidfile:=3D"/var/run/spamd/spamd.pid"} +: ${spamd_flags:=3D"-c -d %%SQL_FLAG%% -r ${spamd_pidfile} %%RUN_AS_USER%%= "} . %%RC_SUBR%% --- END ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507061120.j66BKEhc061143>