[clamav] lowered stop priority of sysv initscripts (#629435)

ensc ensc at fedoraproject.org
Wed Sep 29 07:50:07 UTC 2010


commit 2528e9cbbaf85d4852d83279a93f04b65cd9f805
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Wed Sep 29 09:49:53 2010 +0200

    lowered stop priority of sysv initscripts (#629435)

 clamav-milter.sysv |    2 +-
 clamav.spec        |    5 ++++-
 clamd-wrapper      |    2 +-
 clamd.SERVICE.init |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/clamav-milter.sysv b/clamav-milter.sysv
index 170cdc1..dd9458f 100644
--- a/clamav-milter.sysv
+++ b/clamav-milter.sysv
@@ -2,7 +2,7 @@
 #
 # clamav-milter Starts/stop the "clamav-milter" daemon
 #
-# chkconfig:   - 79 21
+# chkconfig:   - 79 31
 # description: A virus scanning milter
 
 # Source function library.
diff --git a/clamav.spec b/clamav.spec
index 8ad2a3a..139d199 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -33,7 +33,7 @@
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
 Version:	0.96.3
-Release:	%release_func 1500
+Release:	%release_func 1501
 License:	%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
 Group:		Applications/File
 URL:		http://www.clamav.net
@@ -705,6 +705,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
 
 
 %changelog
+* Wed Sep 29 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.96.3-1501
+- lowered stop priority of sysv initscripts (#629435)
+
 * Wed Sep 22 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.96.3-1500
 - updated to 0.96.3
 - fixes CVE-2010-0405 in shipped bzlib.c copy
diff --git a/clamd-wrapper b/clamd-wrapper
index ec785d0..d5b2f4e 100644
--- a/clamd-wrapper
+++ b/clamd-wrapper
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Xchkconfig: - 75 25
+# Xchkconfig: - 75 35
 # Xdescription: The clamd daemon listens for incoming connections on		\
 #               Unix or TCP socket and scans files or directories on demand.
 
diff --git a/clamd.SERVICE.init b/clamd.SERVICE.init
index 9681351..f2f9191 100644
--- a/clamd.SERVICE.init
+++ b/clamd.SERVICE.init
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# chkconfig: - 75 25
+# chkconfig: - 75 35
 # description: The clamd server running for <SERVICE>
 
 CLAMD_SERVICE=<SERVICE>


More information about the scm-commits mailing list