Changes between Version 4 and Version 5 of TipAndDoc/network/ntp
- Timestamp:
- Jun 6, 2009 5:57:09 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/ntp
v4 v5 41 41 42 42 ==== 終了時 ==== 43 * shutdown時はH/W clockとの同期は行ってない模様。 43 * shutdown/rebootともに、以下のスクリプトで同期 44 * /etc/init.d/halt 45 {{{ 46 [ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS 47 }}} 48 * $CLOCKFLAGSは「/etc/init.d/ntpd」と同じく、「--systohc」の他、環境に合わせてUTCなどを指定する引数がセットされている。 44 49 45 50 === Ubuntu ===