From 7d1f71bfbc77c28454e8e6bf310ddab84185aa49 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 10 Dec 2009 12:29:11 +0000 Subject: [PATCH] update ntp to 4.2.4p8 (#6330) SVN-Revision: 18728 --- net/ntpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 9a8029f60..8e973915a 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp -PKG_VERSION:=4.2.4p7 +PKG_VERSION:=4.2.4p8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ -PKG_MD5SUM:=8c19ff62ed4f7d64f8e2aa59cb11f364 +PKG_MD5SUM:=fe137056e7e611798a46971a783567ce PKG_BUILD_DEPENDS:=libelf @@ -114,7 +114,7 @@ define Package/ntpd/install $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/ntpd/ntpd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc - $(INSTALL_DATA) ./files/ntp.conf $(1)/etc/ + $(INSTALL_CONF) ./files/ntp.conf $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/ntpd.init $(1)/etc/init.d/ntpd $(INSTALL_DIR) $(1)/etc/hotplug.d/iface -- 2.30.2