Remove useless -s option
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 21:48:32 +0000 (21:48 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 21:48:32 +0000 (21:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6810 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ntpclient/files/ntpclient.init

index 38cba5e..e02a42d 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>&- >&-
                                }
                        }
                ;;