summaryrefslogtreecommitdiffstats
path: root/package/htpdate
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:37:45 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:37:45 +0000
commit81f500246484cecdc8de64ff01ea93ed99d83afa (patch)
tree11641ff39cee706989f7ac8d6e438ce21d36987c /package/htpdate
parentd5951b0eb46d2a9f476ed8cb51b9c8af2c11eb8a (diff)
Fix to use the new option introduced in v0.8.1 to disable sanity time check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1309 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate')
-rw-r--r--package/htpdate/files/htpdate.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index 69d3d35f5..97a413f77 100644
--- a/package/htpdate/files/htpdate.init
+++ b/package/htpdate/files/htpdate.init
@@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
case $1 in
start)
mkdir -p $RUN_D
- $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
+ $BIN -l -s -t $OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)