aboutsummaryrefslogtreecommitdiffstats
path: root/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
commite97b2976a8aeb0754735f82cc96bc8a041734d67 (patch)
tree1618a3a93bd3e701577a2fc04ce9de179de453a6 /package/htpdate/files
parent07badd5e7d7f0f281c386f6c666a8d15178e2df3 (diff)
downloadmaster-187ad058-e97b2976a8aeb0754735f82cc96bc8a041734d67.tar.gz
master-187ad058-e97b2976a8aeb0754735f82cc96bc8a041734d67.tar.bz2
master-187ad058-e97b2976a8aeb0754735f82cc96bc8a041734d67.zip
revert last update, upstream version 0.8.1 has been withdrawn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate/files')
-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 a9fbb81c27..69d3d35f57 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 -s -t $OPTIONS && $BIN -D $OPTIONS
+ $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)