[csw-devel] SF.net SVN: gar:[21874] csw/mgar/pkg/spamassassin/trunk/files/ CSWspamassassin.cswspamd
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Fri Aug 30 16:30:26 CEST 2013
Revision: 21874
http://gar.svn.sourceforge.net/gar/?rev=21874&view=rev
Author: bonivart
Date: 2013-08-30 14:30:25 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
spamassassin/trunk: fix init script (Norbert Matzke)
Modified Paths:
--------------
csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd
Modified: csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd
===================================================================
--- csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd 2013-08-30 08:12:35 UTC (rev 21873)
+++ csw/mgar/pkg/spamassassin/trunk/files/CSWspamassassin.cswspamd 2013-08-30 14:30:25 UTC (rev 21874)
@@ -4,7 +4,7 @@
#RC_SLEV 3
# rc-script for CSW SpamAssassin
-# Peter Bonivart, 2010-02-01
+# Peter Bonivart, 2013-08-30
# Source SMF includes
[ -r /lib/svc/share/smf_include.sh ] && . /lib/svc/share/smf_include.sh
@@ -21,7 +21,7 @@
case "$1" in
start)
if [ -x /opt/csw/bin/spamd ]; then
- if [ -d /var/opt/csw/spamassassin/3.003001 ]; then
+ if [ -d /var/opt/csw/spamassassin/3.003002 ]; then
echo "Starting $PROG."
/opt/csw/bin/spamd -d $OPTIONS
else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list