View Single Post
Old 5th July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You are having the same problem as me some time ago: reading the wrong man pages
See http://www.bsdforums.org/forums/showthread.php?t=47395 for a tip of Phoenix to locate the man pages of OpenNTPD.

Or see http://www.freebsd.org/cgi/man.cgi?q...SE&format=html which says
Quote:
ntpd is usually started at boot time, and can be enabled by setting the
following in /etc/rc.conf:

openntpd_enable="YES"
You can set the time with the following in "/etc/rc.conf
Code:
openntpd_flags="-s"
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote