[clamav/el6] Really fix all discrepancies between clamd initscript and clamd config file (#960923, thanks to John

Robert Scheck robert at fedoraproject.org
Sat Oct 19 11:55:10 UTC 2013


commit 9fa6d109df873b43c0c93dc7fe48c8588d625899
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Oct 19 13:54:54 2013 +0200

    Really fix all discrepancies between clamd initscript and clamd config file (#960923, thanks to John Horne)

 clamav.init |    2 +-
 clamav.spec |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/clamav.init b/clamav.init
index c3b28ac..b2eb0c6 100755
--- a/clamav.init
+++ b/clamav.init
@@ -30,7 +30,7 @@ case "$1" in
 	echo -n "Stopping Clam AntiVirus Daemon: "
 	killproc clamd
 	rm -f /var/run/clamav/clamd.sock
-	rm -f /var/run/clamav/clamav.pid
+	rm -f /var/run/clamav/clamd.pid
 	RETVAL=$?
 	echo
 ### heres the fix... we gotta remove the stale files on restart
diff --git a/clamav.spec b/clamav.spec
index a33d41f..1ec0861 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -5,7 +5,7 @@
 Summary: Anti-virus software
 Name: clamav
 Version: 0.98
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://www.clamav.net/
@@ -395,6 +395,10 @@ rm -rf %{buildroot}
 %exclude %{_libdir}/libclamav.la
 
 %changelog
+* Sat Oct 19 2013 Robert Scheck <robert at fedoraproject.org> - 0.98-2
+- Really fix all discrepancies between clamd initscript and clamd
+  config file (#960923, thanks to John Horne)
+
 * Sun Oct 06 2013 Robert Scheck <robert at fedoraproject.org> - 0.98-1
 - Upgrade to 0.98 and updated main.cvd and daily.cvd (#1010168)
 - Fixed discrepancies between clamd initscript and clamd config


More information about the scm-commits mailing list