diff --git a/dhcp.spec b/dhcp.spec index d4336cd..af92265 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -12,7 +12,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.1.0 -Release: 3%{?dist} +Release: 4%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # dcantrell maintaining the package) made incorrect use of the epoch and # that's why it is at 12 now. It should have never been used, but it was. @@ -407,6 +407,9 @@ fi %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz %changelog +* Tue Jan 13 2009 David Cantrell - 12:4.1.0-4 +- Updated LSB init script header to reference /etc/dhcp/dhcpd.conf (#479012) + * Sun Jan 11 2009 David Cantrell - 12:4.1.0-3 - Correct syntax errors in %%post script (#479012) diff --git a/dhcpd.init b/dhcpd.init index 92e6cd3..98e78fc 100644 --- a/dhcpd.init +++ b/dhcpd.init @@ -18,7 +18,7 @@ # description: dhcpd provides the Dynamic Host Configuration Protocol (DHCP) \ # server # processname: dhcpd -# config: /etc/dhcpd.conf +# config: /etc/dhcp/dhcpd.conf # config: /var/lib/dhcpd/dhcpd.leases # pidfile: /var/run/dhcpd.pid