[csw-devel] SF.net SVN: gar:[2891] csw/mgar/pkg/clamav/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Fri Jan 23 14:28:46 CET 2009
Revision: 2891
http://gar.svn.sourceforge.net/gar/?rev=2891&view=rev
Author: bonivart
Date: 2009-01-23 13:28:46 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
clamav: milter fix
Modified Paths:
--------------
csw/mgar/pkg/clamav/trunk/Makefile
csw/mgar/pkg/clamav/trunk/files/CSWclamav.cswclamav-milter
Modified: csw/mgar/pkg/clamav/trunk/Makefile
===================================================================
--- csw/mgar/pkg/clamav/trunk/Makefile 2009-01-22 22:40:32 UTC (rev 2890)
+++ csw/mgar/pkg/clamav/trunk/Makefile 2009-01-23 13:28:46 UTC (rev 2891)
@@ -1,8 +1,3 @@
-# clamav, Peter Bonivart
-
-# build with "ENABLE_CHECK=0 gmake package"
-# check mantis bugs
-
GARNAME = clamav
GARVERSION = 0.94.2
CATEGORIES = apps
Modified: csw/mgar/pkg/clamav/trunk/files/CSWclamav.cswclamav-milter
===================================================================
--- csw/mgar/pkg/clamav/trunk/files/CSWclamav.cswclamav-milter 2009-01-22 22:40:32 UTC (rev 2890)
+++ csw/mgar/pkg/clamav/trunk/files/CSWclamav.cswclamav-milter 2009-01-23 13:28:46 UTC (rev 2891)
@@ -11,7 +11,7 @@
# this script.
# 2007-06-02 Do not wait for clamd if etc/clamd does not exist.
-. /lib/svc/share/smf_include.sh
+[ -f /lib/svc/share/smf_include.sh ] && . /lib/svc/share/smf_include.sh
CLAMAV_MILTER="/etc/opt/csw/clamav-milter"
@@ -97,7 +97,7 @@
# Stop daemon.
stop
;;
- restart|reload)
+ restart|reload|refresh)
stop
start
;;
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