From: Hans Zandbelt Date: Sat, 17 Jul 2010 14:38:41 +0000 (+0000) Subject: radsecproxy: update to version 1.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8802ee9018a9e2bf5ed48120b56fdaa3ba32bf24;p=openwrt%2Fsvn-archive%2Fpackages.git radsecproxy: update to version 1.4 SVN-Revision: 22253 --- diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index c51586f7f..0959075e5 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=radsecproxy -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/ -PKG_MD5SUM:=565b389268d906c3b465f63750938667 +PKG_MD5SUM:=7b5248b2a7a133561cf685730824c893 PKG_INSTALL:=1 @@ -39,7 +39,7 @@ define Package/radsecproxy/install $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/radsecproxy $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/ - $(CP) $(PKG_INSTALL_DIR)/etc/radsecproxy.conf-example $(1)/etc/radsecproxy.conf + $(CP) $(PKG_BUILD_DIR)/radsecproxy.conf-example $(1)/etc/radsecproxy.conf $(INSTALL_DIR) $(1)/etc/init.d/ $(INSTALL_BIN) ./files/radsecproxy.init $(1)/etc/init.d/radsecproxy endef