mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 14:19:43 +00:00
revert last update, upstream version 0.8.1 has been withdrawn
SVN-Revision: 1193
This commit is contained in:
parent
c61af1e53d
commit
5c382ab9e2
@ -3,9 +3,9 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=htpdate
|
PKG_NAME:=htpdate
|
||||||
PKG_VERSION:=0.8.1
|
PKG_VERSION:=0.8.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=f9a984d5c2f78401ed6712760331ca7f
|
PKG_MD5SUM:=5fd1ba822e0949a3cb34e3f61fbeb8ca
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
|
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
|
|||||||
case $1 in
|
case $1 in
|
||||||
start)
|
start)
|
||||||
mkdir -p $RUN_D
|
mkdir -p $RUN_D
|
||||||
$BIN -s -t $OPTIONS && $BIN -D $OPTIONS
|
$BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
[ -f $PID_F ] && kill $(cat $PID_F)
|
[ -f $PID_F ] && kill $(cat $PID_F)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user