large init script cleanup and merge of whiterussian changes, new dnsmasq config handling
[openwrt.git] / package / ntpclient / files / ntpclient.init
index c8505c5..a8944c6 100644 (file)
@@ -1,9 +1,8 @@
 #!/bin/sh
-server=$(nvram get ntp_server)
 case "$ACTION" in
        ifup)
                ps x | grep '[n]tpclient' >&- || {
-                       route -n 2>&- | grep '^0.0.0.0' >&- && /usr/sbin/ntpclient -c 1 -s -h ${server:-pool.ntp.org} &
+                       route -n 2>&- | grep '^0.0.0.0' >&- && /usr/sbin/ntpclient -c 1 -s -h ${ntp_server:-pool.ntp.org} &
                }
                ;;
        ifdown)
This page took 0.025609 seconds and 4 git commands to generate.