Jason Dixon wrote:
Any ideas a) where 127.127.1.0 is coming from (parsing bug?), or b) why the initscript doesn't reference /etc/ntp/ntpservers?
a) It's in the main config file, /etc/ntp.conf :
server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 10
b) Because they're not a part of ntp, but a part of system-config-date
$ rpm -qf /etc/ntp/ntpservers system-config-date-1.7.15-0.RHEL4.1
-te