From a6250cd5d6f90d63e3f6935c934e43ff84e18a11 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Sat, 17 Jul 2010 14:38:41 +0000 Subject: [PATCH] [packages] radsecproxy: update to version 1.4 SVN-Revision: 22253 --- net/radsecproxy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index c51586f7fd..0959075e5f 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 -- 2.30.2