]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- release 5,
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Nov 1999 11:42:43 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix: removed douoble starting dhcpd in start target in ininit dhcpd script,
- gix: include in dhcpd pacage dhcpd sysconfig file (not dhcrelay).

Changed files:
    dhcp.spec -> 1.20

dhcp.spec

index be9763ebd986eb94eab96aee3a3f460eda3ebedb..ed3ed32a601a490dc2ea8c2fee1082030a94f38a 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -2,7 +2,7 @@ Summary:        DHCP Server
 Summary(pl):   Serwer DHCP 
 Name:          dhcp
 Version:       2.0
-Release:       4
+Release:       5
 Serial:                1
 Group:         Networking/Daemons
 Group(de):     Sieciowe/Serwery
@@ -122,7 +122,6 @@ if [ "$1" = "0" ];then
        /etc/rc.d/init.d/dhrelay stop >&2
 fi
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -131,7 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/* README.gz RELNOTES.gz CHANGES.gz dhcpd.conf.sample
 %{_mandir}/man5/dhcp*
 %{_mandir}/man8/dhcp*
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/dhcrelay
+%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/dhcpd
 %attr(755,root,root) %{_sbindir}/dhcpd
 %attr(754,root,root) /etc/rc.d/init.d/dhcpd
 %attr(750,root,root) %dir /var/state/%{name}
This page took 0.101061 seconds and 4 git commands to generate.