rpms/clamav/devel clamav-notify-servers,1.1,1.2

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Thu Jul 28 12:10:30 UTC 2005


Author: ensc

Update of /cvs/extras/rpms/clamav/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24085

Modified Files:
	clamav-notify-servers 
Log Message:
added support for a /usr/sbin/clamav-notify-servers.local hook; this
file will be executed (source'd) before all other actions and can
abort the entire processing by invoking 'exit'



Index: clamav-notify-servers
===================================================================
RCS file: /cvs/extras/rpms/clamav/devel/clamav-notify-servers,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clamav-notify-servers	8 Nov 2004 04:10:52 -0000	1.1
+++ clamav-notify-servers	28 Jul 2005 12:10:28 -0000	1.2
@@ -23,6 +23,9 @@
 
 ok=1
 
+f=/usr/sbin/clamav-notify-servers.local
+test ! -e "$f" || . "$f"
+
 for i in ${BASE}*; do
     test -e "$i" || continue
 




More information about the fedora-extras-commits mailing list