summaryrefslogtreecommitdiffstats
path: root/package/htpdate
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-10 23:49:44 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-10 23:49:44 +0000
commitfd659663f969ffd6dabaed5f69c772a1cb9ac114 (patch)
tree1618a3a93bd3e701577a2fc04ce9de179de453a6 /package/htpdate
parent953ba6fc5a779514e1845cdeb5db317ac4f23899 (diff)
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')
-rw-r--r--package/htpdate/Makefile4
-rw-r--r--package/htpdate/files/htpdate.init2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/htpdate/Makefile b/package/htpdate/Makefile
index e37cf8ffd..850542574 100644
--- a/package/htpdate/Makefile
+++ b/package/htpdate/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=htpdate
-PKG_VERSION:=0.8.1
+PKG_VERSION:=0.8.0
PKG_RELEASE:=1
-PKG_MD5SUM:=f9a984d5c2f78401ed6712760331ca7f
+PKG_MD5SUM:=5fd1ba822e0949a3cb34e3f61fbeb8ca
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index a9fbb81c2..69d3d35f5 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)