On Sun, Jul 16, 2006 at 07:17:15PM +0200, Peter Eisentraut wrote: > Marcel Sebek wrote: > > During package upgrade, I found out that init script is invoked > > (/etc/init.d/ntpdate start). It should either be called with restart > > parameter, or should not be called at all. > > Why?
Because ntpdate sets clock by jump (settimeofday), not by slow synchronization (adjtime). And why I suggest removing the call at all? Suppose this: Somebody have ntp server installed and ntpdate has only to be run on startup. If he upgrades ntpdate, ntp server might get confused when some other program touches system time. -- Marcel Sebek
signature.asc
Description: Digital signature

