[ypbind] Added rpcbind to LSB header in SysV init file.

Jan Horak hhorak at fedoraproject.org
Thu Apr 14 12:53:48 UTC 2011


commit 7f752920b1d85da4bdf808eeb022bbd4d2f6f8c7
Author: Honza Horák <hhorak at redhat.com>
Date:   Thu Apr 14 14:53:45 2011 +0200

    Added rpcbind to LSB header in SysV init file.

 ypbind.init |    4 ++--
 ypbind.spec |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ypbind.init b/ypbind.init
index b9d30f9..c42c077 100755
--- a/ypbind.init
+++ b/ypbind.init
@@ -16,8 +16,8 @@
 # the guidelines document.
 ### BEGIN INIT INFO
 # Provides: ypbind
-# Required-Start: $local_fs $remote_fs $network
-# Required-Stop: $local_fs $remote_fs $network
+# Required-Start: $local_fs $remote_fs $network $rpcbind
+# Required-Stop: $local_fs $remote_fs $network $rpcbind
 # Default-Start: 3 4 5
 # Default-Stop: 0 1 2 6
 # Short-Description: Starts the ypbind daemon
diff --git a/ypbind.spec b/ypbind.spec
index 0a0bd72..abf5cf1 100644
--- a/ypbind.spec
+++ b/ypbind.spec
@@ -1,7 +1,7 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain
 Name: ypbind
 Version: 1.32
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@@ -88,6 +88,9 @@ fi
 %doc README NEWS COPYING
 
 %changelog
+* Thu Apr 14 2011 Honza Horak <hhorak at redhat.com> - 3:1.32-8
+- Added rpcbind to LSB header in SysV init file.
+
 * Wed Apr 06 2011 Honza Horak <hhorak at redhat.com> - 3:1.32-7
 - Added LSB init service definition in ypbind.init.
 - Fix D-Bus response codes to correspond with NetworkManager.


More information about the scm-commits mailing list