From: John P. Looney (Kate) (jplooney-ilug at domain online.ie)
Date: Thu 25 May 2000 - 12:07:40 IST
Just noticed that in the xntpd startup script, it has:
case "$1" in
start)
# Adjust time to make life easy for xntpd
if [ -f /etc/ntp/step-tickers ]; then
echo -n "Syncing time for xntpd. "
/usr/sbin/ntpdate -s -b -p 8 -u `cat /etc/ntp/step-tickers`
fi
# Start daemons.
echo -n "Starting xntpd: "
daemon xntpd -A
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/xntpd
;;
Any idea what I have to put into step-tickers to get it to work ? I
*think* it's just an NTP server but...
Kate
-- "The fool must be beaten with a stick, for an intelligent person the merest hint is sufficient" -- Zen Master Greg
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:16 GMT