revert last update, upstream version 0.8.1 has been withdrawn
authorFelix Fietkau <nbd@openwrt.org>
Fri, 10 Jun 2005 23:49:44 +0000 (23:49 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 10 Jun 2005 23:49:44 +0000 (23:49 +0000)
SVN-Revision: 1193

openwrt/package/htpdate/Makefile
openwrt/package/htpdate/files/htpdate.init

index e37cf8ffd7cc8ba040fd93540db75e96ddda0f44..8505425747eff3fc7c3b55011a341d309167e344 100644 (file)
@@ -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
index a9fbb81c27c5b9ed4612a938e6bd7915e4e09f62..69d3d35f577f8890c6a1ceab96a6f7bbed31cc12 100644 (file)
@@ -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)