Today, I found out that my server box is still running summer-time. And then, I noticed that I haven’t configured it to update itself via ntp, something I quickly did.
Funny enough, ntp is already emerged, so the only thing left to do is configure /etc/conf.d/ntp-client to look like this:
# /etc/conf.d/ntp-client
NTPCLIENT_CMD="ntpdate"
NTPCLIENT_OPTS="-s -b -u ch.pool.ntp.org"
(For Switzerland, that is…)
Then, start /etc/init.d/ntp-client and add it to the default runlevel… that’s it!













