以前のリビジョンの文書です
サーバ
使わないdaemonの自動起動をOFF
$ sudo update-rc.d -f isc-dhcp-server remove $ sudo update-rc.d -f hostapd remove
ntpd
$sudo aptitude install ntpdate $crontab -e ---- 0 * * * * /etc/network/if-up.d/ntpdate > /dev/null 2>&1 $vi /etc/default/ntpdate ---- NTPSERVERS="0.ntp.nict.jp 1.ntp.jst.mfeed.ad.jp 2.ntp.ring.gr.jp"