From: Florian Fainelli Date: Sun, 1 Apr 2007 21:48:32 +0000 (+0000) Subject: Remove useless -s option X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=df5f925162e787ce3938999f9a413140e5212386;ds=sidebyside Remove useless -s option SVN-Revision: 6810 --- diff --git a/net/ntpclient/files/ntpclient.init b/net/ntpclient/files/ntpclient.init index 38cba5e0e5..e02a42de83 100644 --- a/net/ntpclient/files/ntpclient.init +++ b/net/ntpclient/files/ntpclient.init @@ -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>&- >&- } } ;;