radiusclient/radiusclient.patch

changeset 18
9115bae56135
parent 13
cb59d6afeb61
     1.1 --- a/radiusclient/radiusclient.patch	Tue Jan 06 23:46:19 2009 +0100
     1.2 +++ b/radiusclient/radiusclient.patch	Tue Jan 06 23:48:04 2009 +0100
     1.3 @@ -73,3 +73,26 @@
     1.4   CLEANFILES = *~
     1.5   noinst_HEADERS = radlogin.h
     1.6   radlogin_SOURCES = radlogin.c radius.c local.c
     1.7 +Index: etc/Makefile.in
     1.8 +--- etc/Makefile.in.orig	2008-02-24 01:04:31.031421286 +0100
     1.9 ++++ etc/Makefile.in	2008-02-24 01:04:38.951886176 +0100
    1.10 +@@ -382,6 +382,7 @@
    1.11 + radiusclient.conf: radiusclient.conf.in
    1.12 + 	sed -e 's|@sbin''dir@|$(sbindir)|g' \
    1.13 + 	    -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \
    1.14 ++	    -e 's|@localstate''dir@|$(localstatedir)/radiusclient|g' \
    1.15 + 	    <$(srcdir)/radiusclient.conf.in >radiusclient.conf
    1.16 + 
    1.17 + install-data-local: servers
    1.18 +Index: etc/radiusclient.conf.in
    1.19 +--- etc/radiusclient.conf.in.orig	2008-02-24 00:54:01.643791239 +0100
    1.20 ++++ etc/radiusclient.conf.in	2008-02-24 00:55:07.378684108 +0100
    1.21 +@@ -54,7 +54,7 @@
    1.22 + 
    1.23 + # file which holds sequence number for communication with the
    1.24 + # RADIUS server
    1.25 +-seqfile		/var/run/radius.seq
    1.26 ++seqfile		@localstatedir@/radius.seq
    1.27 + 
    1.28 + # file which specifies mapping between ttyname and NAS-Port attribute
    1.29 + mapfile		@pkgsysconfdir@/port-id-map

mercurial