projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1ae90
)
Fix to use the new option introduced in v0.8.1 to disable sanity time check
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Jul 2005 15:37:45 +0000
(15:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Jul 2005 15:37:45 +0000
(15:37 +0000)
SVN-Revision: 1309
openwrt/package/htpdate/files/htpdate.init
patch
|
blob
|
history
diff --git
a/openwrt/package/htpdate/files/htpdate.init
b/openwrt/package/htpdate/files/htpdate.init
index 69d3d35f577f8890c6a1ceab96a6f7bbed31cc12..97a413f774265dc17adf9069a70dbde347649225 100644
(file)
--- 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 -
C 0 -l -s
$OPTIONS && $BIN -D $OPTIONS
+ $BIN -
l -s -t
$OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)