[rwall: 1/4] added ordering dependencies to rpcbind

Honza Horak hhorak at fedoraproject.org
Tue Sep 11 08:12:22 UTC 2012


commit aeb54db19567e2aa31a8b64d5da1e7f113f4ca81
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Sep 11 09:00:51 2012 +0200

    added ordering dependencies to rpcbind

 rwall.spec     |    5 ++++-
 rwalld.service |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rwall.spec b/rwall.spec
index d89d196..b17a47f 100644
--- a/rwall.spec
+++ b/rwall.spec
@@ -1,7 +1,7 @@
 Summary: Client for sending messages to a host's logged in users
 Name: rwall
 Version: 0.17
-Release: 33%{?dist}
+Release: 34%{?dist}
 License: BSD
 Url: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/
 Group: System Environment/Daemons
@@ -121,6 +121,9 @@ fi
 %{_unitdir}/*
 
 %changelog
+* Wed Aug 03 2011 Honza Horak <hhorak at redhat.com> - 0.17-34
+- added ordering dependencies to rpcbind
+
 * Mon Aug 01 2011 Honza Horak <hhorak at redhat.com> - 0.17-33
 - added systemd native unit file
 
diff --git a/rwalld.service b/rwalld.service
index 659dfec..8ab0ed1 100644
--- a/rwalld.service
+++ b/rwalld.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Write Messages to Users Currently Logged in Server
 Requires=syslog.target network.target rpcbind.service
+After=rpcbind.service
 
 [Service]
 Type=simple


More information about the scm-commits mailing list