Added rpcbind to LSB header in SysV init file.

This commit is contained in:
Honza Horák 2011-04-14 14:53:45 +02:00
parent 1c2e07ca4b
commit 7f752920b1
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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@redhat.com> - 3:1.32-8
- Added rpcbind to LSB header in SysV init file.
* Wed Apr 06 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-7
- Added LSB init service definition in ypbind.init.
- Fix D-Bus response codes to correspond with NetworkManager.