[ypbind] Fixed systemd unit files packaging

Jan Horak hhorak at fedoraproject.org
Wed Aug 3 08:35:31 UTC 2011


commit 5ebb448d3c2a930f4346b300e105d23b6ceab625
Author: Honza Horák <hhorak at redhat.com>
Date:   Wed Aug 3 10:35:09 2011 +0200

    Fixed systemd unit files packaging

 ypbind.service |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ypbind.service b/ypbind.service
index 9889bf0..43ebf3d 100644
--- a/ypbind.service
+++ b/ypbind.service
@@ -1,7 +1,7 @@
 [Unit]
-Description=The ypbind daemon which binds NIS/YP clients to NIS domain
+Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
 Requires=rpcbind.service
-After=syslog.target network.target rpcbind.service
+After=syslog.target network.target rpcbind.service ypserv.service
 
 [Service]
 EnvironmentFile=-/etc/sysconfig/network


More information about the scm-commits mailing list