projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
enable options required for libxslt,
[openwrt.git]
/
openwrt
/
package
/
htpdate
/
files
/
htpdate.init
diff --git
a/openwrt/package/htpdate/files/htpdate.init
b/openwrt/package/htpdate/files/htpdate.init
index
a9fbb81
..
97a413f
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 -s -t $OPTIONS && $BIN -D $OPTIONS
+ $BIN -
l -
s -t $OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)
This page took
0.020297 seconds
and
4
git commands to generate.