Bug 26446

Summary: mistake in dhcpd.conf.sample
Product: [Retired] Red Hat Linux Reporter: Michael Schwendt <bugs.michael>
Component: dhcpAssignee: Elliot Lee <sopwith>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: low    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-08 04:46:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Schwendt 2001-02-07 09:06:41 UTC
option time-offset int32;

   The time-offset option specifies the offset of the client's
   subnet in seconds from Coordinated Universal Time (UTC).

--- dhcpd.conf.sample.orig  Wed Feb  7 09:10:03 2001
+++ dhcpd.conf.sample   Wed Feb  7 09:10:18 2001
@@ -7,7 +7,7 @@
    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
unles$