From df5f925162e787ce3938999f9a413140e5212386 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 1 Apr 2007 21:48:32 +0000 Subject: [PATCH] Remove useless -s option SVN-Revision: 6810 --- net/ntpclient/files/ntpclient.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>&- >&- } } ;; -- 2.30.2