Jochen Skulj <[EMAIL PROTECTED]> writes: > Meine LÃsung sieht so aus: ich habe ntpdate und ntp-simple installiert und die > Datei /etc/init.d/ntp-server wie folgt erweitert: > > case "$1" in > start) > echo "Invoking ntpdate" > /usr/sbin/ntpdate ntp1.ptb.de > echo -n "Starting NTP server: ntpd" > start-stop-daemon --start --quiet > --pidfile /var/run/ntpd.pid > --exec /usr/sbin/ntpd -- -p /var/run/ntpd.pid > echo "." > ;; > > Wahrscheinlich gibt es aber eine elegantere LÃsung.
Zumindest das ntpdate in sarge/sid holt sich bereits in der Standard- konfiguration einmalig beim Booten die Zeit und stellt die Uhr danach. Ob das ntpdate in woody das auch bereits macht, vermag ich nicht zu sagen. Martin -- ,--. ,= ,-_-. =. / ,- ) Martin Dickopp, Dresden, Germany ((_/)o o(\_)) \ `-' http://www.zero-based.org/ `-'(. .)`-' `-. \_/

