Remove LSB Header from init script

This commit is contained in:
vcrhonek 2009-04-08 10:22:02 +00:00
parent b9444dda33
commit 5e0c615450
2 changed files with 5 additions and 11 deletions

View File

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

View File

@ -1,7 +1,7 @@
Summary: The NIS daemon which binds NIS clients to an NIS domain
Name: ypbind
Version: 1.20.4
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{PACKAGE_VERSION}.tar.bz2
@ -92,6 +92,10 @@ fi
%doc README NEWS
%changelog
* Wed Apr 8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.20.4-11
- Remove LSB Header from init script
Resolves: #494827
* Wed Mar 11 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.20.4-10
- Fix init script
Resolves: #489200