David Jensen wrote:

>>
> Here is what I propose:
> ----

> 
> cat > /etc/ntp.conf << "EOF"
> driftfile /var/cache/ntp.drift
> 
> server 0.pool.ntp.org
> server 1.pool.ntp.org
> server 2.pool.ntp.org
> 
> EOF

I would add:

pidfile   /var/run/ntp.pid

The problem with the pools, AFAICT, is that it doesn't handle security
well.  For instance, I use:

restrict default ignore
restrict chrono.cis.sac.accd.edu  nomodify nopeer noquery
restrict sundial.cis.sac.accd.edu nomodify nopeer noquery
restrict ticker.cis.sac.accd.edu  nomodify nopeer noquery
restrict 127.0.0.1

server chrono.cis.sac.accd.edu
server sundial.cis.sac.accd.edu
server ticker.cis.sac.accd.edu

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to