diff --git a/ypbind.init b/ypbind.init index 254be28..ab69aac 100755 --- a/ypbind.init +++ b/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. diff --git a/ypbind.spec b/ypbind.spec index 6eb69e7..4e186cd 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.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 - 1.20.4-11 +- Remove LSB Header from init script + Resolves: #494827 + * Wed Mar 11 2009 Vitezslav Crhonek - 1.20.4-10 - Fix init script Resolves: #489200