Remove LSB Header from init script
This commit is contained in:
parent
491710623e
commit
9af9173958
10
ypbind.init
10
ypbind.init
@ -12,16 +12,6 @@
|
||||
# processname: ypbind
|
||||
# config: /etc/yp.conf
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: $ypbind
|
||||
# Required-Start: $network $syslog
|
||||
# Required-Stop: $network $syslog
|
||||
# Default-Start:
|
||||
# Default-Stop: 0 1 2 3 4 5 6
|
||||
# Short-Description: start|stop|restart|condrestart|try-restart|reload|force-reload|status NIS client
|
||||
# Description: This is a daemon which runs on NIS/YP clients and binds them to a NIS domain
|
||||
### END INIT INFO
|
||||
|
||||
OTHER_YPBIND_OPTS=""
|
||||
|
||||
# Source function library.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
||||
Name: ypbind
|
||||
Version: 1.20.4
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Daemons
|
||||
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
|
||||
@ -97,6 +97,10 @@ fi
|
||||
%doc README NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Apr 8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-18
|
||||
- Remove LSB Header from init script
|
||||
Resolves: #494827
|
||||
|
||||
* Wed Mar 18 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-17
|
||||
- Fix nis.sh SELinux issue
|
||||
Resolves: #488865
|
||||
|
Loading…
Reference in New Issue
Block a user