aboutsummaryrefslogtreecommitdiffstats
path: root/package/htpdate/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-02 02:04:01 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-02 02:04:01 +0000
commit77f29f3aa1758af3d9c9d39726df59ab1a3ed45e (patch)
treed67e1cf2383c1950b02a77137a11912f1314cc61 /package/htpdate/Makefile
parent51ceb59de243e40bc0be55e7c1c11a7c20878cfc (diff)
downloadmaster-187ad058-77f29f3aa1758af3d9c9d39726df59ab1a3ed45e.tar.gz
master-187ad058-77f29f3aa1758af3d9c9d39726df59ab1a3ed45e.tar.bz2
master-187ad058-77f29f3aa1758af3d9c9d39726df59ab1a3ed45e.zip
Update to new upstream release (v0.8.0).
Change the patch that disabled server response checking. Enable initscript at startup with prio. 49. Change initscript to set the time first and then daemonize. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1137 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate/Makefile')
-rw-r--r--package/htpdate/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/htpdate/Makefile b/package/htpdate/Makefile
index eb588c5c61..8505425747 100644
--- a/package/htpdate/Makefile
+++ b/package/htpdate/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=htpdate
-PKG_VERSION:=0.7.2
+PKG_VERSION:=0.8.0
PKG_RELEASE:=1
-PKG_MD5SUM:=5b5ab483bdb3ebe155c72197e1b885f6
+PKG_MD5SUM:=5fd1ba822e0949a3cb34e3f61fbeb8ca
PKG_SOURCE_URL:=http://www.clevervest.com/htp/archive/c/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -32,8 +32,9 @@ $(IPKG_HTPDATE):
install -m0644 ./files/htpdate.default $(IDIR_HTPDATE)/etc/default/htpdate
install -d -m0755 $(IDIR_HTPDATE)/etc/init.d/
install -m0755 ./files/htpdate.init $(IDIR_HTPDATE)/etc/init.d/htpdate
+ ln -sf htpdate $(IDIR_HTPDATE)/etc/init.d/S49htpdate
install -d -m0755 $(IDIR_HTPDATE)/usr/sbin
- cp -fpR $(PKG_BUILD_DIR)/htpdate $(IDIR_HTPDATE)/usr/sbin/
+ install -m0755 $(PKG_BUILD_DIR)/htpdate $(IDIR_HTPDATE)/usr/sbin/
$(RSTRIP) $(IDIR_HTPDATE)
$(IPKG_BUILD) $(IDIR_HTPDATE) $(PACKAGE_DIR)