Remove useless -s option
authorFlorian Fainelli <florian@openwrt.org>
Sun, 1 Apr 2007 21:48:32 +0000 (21:48 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 1 Apr 2007 21:48:32 +0000 (21:48 +0000)
SVN-Revision: 6810

net/ntpclient/files/ntpclient.init

index 38cba5e0e5a3c7bd32b91c1e29b822a6bd6c40b8..e02a42de8328ee0494e36c80e3542a365fddb14b 100644 (file)
@@ -16,7 +16,7 @@ config_cb() {
                        
                        ps x | grep 'bin/[n]tpclient' >&- || {
                                route -n 2>&- | grep '^0.0.0.0' >&- && {
-                                       /usr/sbin/ntpclient -c ${count:-1} -s -h $hostname -p ${port:-123} 2>&- >&-
+                                       /usr/sbin/ntpclient -c ${count:-1} -h $hostname -p ${port:-123} 2>&- >&-
                                }
                        }
                ;;