[clamav/f16] start systemd services after network.target and nss-lookup.target

ensc ensc at fedoraproject.org
Sun Jan 8 12:02:59 UTC 2012


commit 2c212f79d3350addec06beeb33e2e0516077ce46
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Thu Aug 4 20:33:45 2011 +0200

    start systemd services after network.target and nss-lookup.target

 clamav-milter.systemd |    2 +-
 clamav.spec           |    3 +++
 clamd.scan.systemd    |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/clamav-milter.systemd b/clamav-milter.systemd
index ace90ea..dc9a3f4 100644
--- a/clamav-milter.systemd
+++ b/clamav-milter.systemd
@@ -1,6 +1,6 @@
 [Unit]
 Description = Milter module for the Clam Antivirus scanner
-After = syslog.target
+After = syslog.target nss-lookup.target network.target
 Before = sendmail.service
 Before = postfix.service
 
diff --git a/clamav.spec b/clamav.spec
index f6f5d04..ea4e63d 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -822,6 +822,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || :
 - updated to 0.97.3
 - CVE-2011-3627 Recursion level crash fixed in v0.97.3 
 
+* Thu Aug  4 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.97.2-1600
+- start systemd services after network.target and nss-lookup.target
+
 * Tue Jul 26 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.97.2-1600
 - updated to 0.97.2
 - CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
diff --git a/clamd.scan.systemd b/clamd.scan.systemd
index 1e5759b..13af81e 100644
--- a/clamd.scan.systemd
+++ b/clamd.scan.systemd
@@ -1,6 +1,6 @@
 [Unit]
 Description = Generic clamav scanner daemon
-After = syslog.target
+After = syslog.target nss-lookup.target network.target
 Before = clamav-milter.service
 
 [Service]


More information about the scm-commits mailing list