Hi,
On Tue, 10 Oct 2006 at 21:50 +0000, Thorsten Glaser wrote:
> [EMAIL PROTECTED] dixit:
> 
> >remove nvram call
> 
> No, you're not. Read http://people.freebsd.org/~phk/dlink/ then change

Removing the nvram call to get an empty variable (default is empty
on most systems we support) is the same as we have now. No
functional change.
 
> >-ntp_server=$(nvram get ntp_server)
> 
> into some rc.conf option and put back
> 
> >-                    route -n 2>&- | grep '^0.0.0.0' >&- && 
> >/usr/sbin/ntpclient -c 1 -s -h ${ntp_server:-pool.ntp.org} &
> >+                    route -n 2>&- | grep '^0.0.0.0' >&- && 
> >/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org &
> 
> I hope we'll get the vendor zone assigned soon, so we can change
> the default for if no other ntp server is specified.

If you have time, please provide a patch for rc.conf and some flags.
 
> PS: What'd you do in a non-internetworked private IP network?

I do not install ntpclient or i use your nice patch and change
rc.conf.

bye
 Waldemar

-- 
don't open your wrt, free it
http://www.freewrt.org
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to