rpms/dhcp/devel dhcp.spec,1.184,1.185

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Thu Nov 15 18:36:31 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9424

Modified Files:
	dhcp.spec 
Log Message:
* Thu Nov 15 2007 David Cantrell <dcantrell at redhat.com> - 12:3.1.0-9
- Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431)
- Improve postun scriptlet



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- dhcp.spec	15 Nov 2007 18:34:00 -0000	1.184
+++ dhcp.spec	15 Nov 2007 18:35:58 -0000	1.185
@@ -355,6 +355,10 @@
 %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




More information about the fedora-extras-commits mailing list