[iputils] Don't order services after syslog.target.

Ville Skyttä scop at fedoraproject.org
Mon Jan 20 20:35:35 UTC 2014


commit fbf0c955690bb6e5eaca389a5658fbe9588b88dd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 19 17:16:40 2014 +0200

    Don't order services after syslog.target.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1055203

 iputils.spec   |    5 ++++-
 ninfod.service |    2 +-
 rdisc.service  |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/iputils.spec b/iputils.spec
index 214b9c5..c216b9e 100644
--- a/iputils.spec
+++ b/iputils.spec
@@ -3,7 +3,7 @@
 Summary: Network monitoring tools including ping
 Name: iputils
 Version: 20121221
-Release: 5%{?dist}
+Release: 6%{?dist}
 # some parts are under the original BSD (ping.c)
 # some are under GPLv2+ (tracepath.c)
 License: BSD and GPLv2+
@@ -177,6 +177,9 @@ mv -f RELNOTES.tmp RELNOTES
 %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
 
 %changelog
+* Sun Jan 19 2014 Ville Skyttä <ville.skytta at iki.fi> - 20121221-6
+- Don't order services after syslog.target.
+
 * Thu Oct 31 2013 Jan Synáček <jsynacek at redhat.com> - 20121221-5
 - Harden the package even more (full RELRO)
 
diff --git a/ninfod.service b/ninfod.service
index 8c1df65..d564982 100644
--- a/ninfod.service
+++ b/ninfod.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=Node Information Query Daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 Type=forking
diff --git a/rdisc.service b/rdisc.service
index 47f741f..11ce2ce 100644
--- a/rdisc.service
+++ b/rdisc.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=rdisc daemon which discovers routers on the local subnet
-After=syslog.target network.target
+After=network.target
 
 [Service]
 Type=forking


More information about the scm-commits mailing list