> -----------------------------------------------------
> 
> If I comment out the
> 
> ntpd_flags="-c /etc/ntp.conf -p
> /var/run/ntpd.pid"
> 
> line.
> 
> ntp starts without any error.
> 
> Should I accept this or is something wrong?
> 
> Thanks
> /Leslie

Looks like it wants only one parameter as a flag in rc.conf.local
You can try to change it to just ntpd_flags="-p /var/run/ntpd.pid"
If you look through the code in /etc/rc.d/ntpd file it might become more clear 
to you.


      
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to