summaryrefslogtreecommitdiff
path: root/openwrt/package/htpdate/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-10 23:49:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-10 23:49:44 +0000
commit5c382ab9e268e34bc29ecb3bdb3d93765bb9d69e (patch)
tree493fd1dcd7600f2de50ad9d8bc756f3e3fe68c85 /openwrt/package/htpdate/files
parentc61af1e53d2e8cfc46191e084375c6bc6db3469e (diff)
downloadmtk-20170518-5c382ab9e268e34bc29ecb3bdb3d93765bb9d69e.zip
mtk-20170518-5c382ab9e268e34bc29ecb3bdb3d93765bb9d69e.tar.gz
mtk-20170518-5c382ab9e268e34bc29ecb3bdb3d93765bb9d69e.tar.bz2
revert last update, upstream version 0.8.1 has been withdrawn
SVN-Revision: 1193
Diffstat (limited to 'openwrt/package/htpdate/files')
-rw-r--r--openwrt/package/htpdate/files/htpdate.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/htpdate/files/htpdate.init b/openwrt/package/htpdate/files/htpdate.init
index a9fbb81..69d3d35 100644
--- a/openwrt/package/htpdate/files/htpdate.init
+++ b/openwrt/package/htpdate/files/htpdate.init
@@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
case $1 in
start)
mkdir -p $RUN_D
- $BIN -s -t $OPTIONS && $BIN -D $OPTIONS
+ $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)