diff --git a/dhcp.spec b/dhcp.spec index e322d8b..323d252 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -2,7 +2,7 @@ Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp Epoch: 1 Version: 2.0pl5 -Release: 7 +Release: 8 Copyright: distributable Group: System Environment/Daemons Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz @@ -101,6 +101,9 @@ fi #/usr/man/man8/dhclient-script.8 %changelog +* Sun Aug 26 2001 Elliot Lee 2.0pl5-8 +- Fix #26446 + * Mon Aug 20 2001 Elliot Lee - Fix #5405 for real - it is dhcpd.leases not dhcp.leases. diff --git a/dhcpd.conf.sample b/dhcpd.conf.sample index 182cf50..9731fda 100644 --- a/dhcpd.conf.sample +++ b/dhcpd.conf.sample @@ -7,7 +7,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 { option domain-name "domain.org"; option domain-name-servers 192.168.1.1; - option time-offset -5; # Eastern Standard Time + option time-offset -18000; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option netbios-name-servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid). Don't change this unless