- Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431)

- Improve postun scriptlet
This commit is contained in:
David Cantrell 2007-11-15 18:35:58 +00:00
parent cacf8c13fa
commit 9d525b2d2b
3 changed files with 6 additions and 2 deletions

View File

@ -355,6 +355,10 @@ done
%clean
%{__rm} -rf %{buildroot}
%post
/sbin/chkconfig --add dhcpd
/sbin/chkconfig --add dhcrelay
%preun
if [ $1 = 0 ]; then
/sbin/service dhcpd status >/dev/null 2>&1

View File

@ -14,7 +14,7 @@
#
# The fields below are left around for legacy tools (will remove later).
#
# chkconfig: -
# chkconfig: - 65 35
# description: dhcpd provides the Dynamic Host Configuration Protocol (DHCP) \
# server
# processname: dhcpd

View File

@ -15,7 +15,7 @@
#
# The fields below are left around for legacy tools (will remove later).
#
# chkconfig: -
# chkconfig: - 65 35
# description: dhcrelay provides a relay for Dynamic Host Control Protocol.
# processname: dhcrelay
# # pidfile: /var/run/dhcrelay.pid