> Description of problem: There's currently no way to add arguments to the 'server' line that dhclient appends to the /etc/ntp.conf file. > Version-Release number of selected component (if applicable): This discussion relates to F12 and rawhide. Same situation in older releases but the filenames are different. PROPOSED SOLUTION: Add an NTPSERVERARGS variable to the statement that appends the server line to /etc/ntpd.conf For example: orig: echo "server ${s} # added by /sbin/dhclient-script" mychange: echo "server ${s} ${NTPSERVERARGS} # added by /sbin/dhclient-script" With this ifcfg-ethX (or anything else the dhclient process inherits from) can set the server arguments. Thanks.
Included in ntp-4.2.6p1-0.1.rc5.fc14.
ntp-4.2.6p1-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/ntp-4.2.6p1-1.fc13
ntp-4.2.6p1-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.