On 4/24/08 7:47 AM, Daniel Bye wrote:

{
        rc_flags="-c ${ntpd_config} ${ntpd_flags}"

You need to set ntpd_config to the path to your config file - as it is
now, you are also setting it in ntpd_flags, which the above line then
expands to something like this:

rc_flags="-c /path/in/ntpd_config -c /etc/ntp.conf...."

So, remove it from your ntpd_flags definition and all should be well!


Bingo. Thanks!

dn

_______________________________________________
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