<div>I am sorry, but when i will config ntp trought system-config-date and check sync time before service startup, it is working, but i do not see any -x switch in /etc/sysconfig/ntp . :(</div>
<div> </div>
<div>Thanks <br><br></div>
<div class="gmail_quote">On Fri, May 16, 2008 at 12:55 AM, John R Pierce <<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">David Hláčik wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br>in system-config-date i have checkbox synchronize date before service startup.<br>Which config switch,file does it affect? I want to turn it on on my CentOS machine without xauth , just editing config files , i was hoping it could be in /etc/sysconfig/ntpd but no.<br>
</blockquote><br><br></div></div>most likely, the system-config util is setting that option in /etc/sysconfig/ntpd which by default reads...<br><br># Drop root to id 'ntp:ntp' by default.<br>OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"<br>
<br># Set to 'yes' to sync hw clock after successful ntpdate<br>SYNC_HWCLOCK=no<br><br># Additional options for ntpdate<br>NTPDATE_OPTIONS=""<br><br>if -x is /not/ set in OPTIONS, it calls /usr/sbin/ntpdate with various parameters, this hard sets the system time to the NTP server time. if -x /is/ set, it does the time step thing<br>
<br>if SYNC_HWCLOCK=yes, then it invokes sync_hwclock in the /etc/init.d/ntpd script, which in turn runs /sbin/hwclock with various options as specified. 
<div>
<div></div>
<div class="Wj3C7c"><br><br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>