71 -LDADD = ../lib/libradiusclient-ng.la |
71 -LDADD = ../lib/libradiusclient-ng.la |
72 +LDADD = ../lib/libradiusclient.la |
72 +LDADD = ../lib/libradiusclient.la |
73 CLEANFILES = *~ |
73 CLEANFILES = *~ |
74 noinst_HEADERS = radlogin.h |
74 noinst_HEADERS = radlogin.h |
75 radlogin_SOURCES = radlogin.c radius.c local.c |
75 radlogin_SOURCES = radlogin.c radius.c local.c |
|
76 Index: etc/Makefile.in |
|
77 --- etc/Makefile.in.orig 2008-02-24 01:04:31.031421286 +0100 |
|
78 +++ etc/Makefile.in 2008-02-24 01:04:38.951886176 +0100 |
|
79 @@ -382,6 +382,7 @@ |
|
80 radiusclient.conf: radiusclient.conf.in |
|
81 sed -e 's|@sbin''dir@|$(sbindir)|g' \ |
|
82 -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \ |
|
83 + -e 's|@localstate''dir@|$(localstatedir)/radiusclient|g' \ |
|
84 <$(srcdir)/radiusclient.conf.in >radiusclient.conf |
|
85 |
|
86 install-data-local: servers |
|
87 Index: etc/radiusclient.conf.in |
|
88 --- etc/radiusclient.conf.in.orig 2008-02-24 00:54:01.643791239 +0100 |
|
89 +++ etc/radiusclient.conf.in 2008-02-24 00:55:07.378684108 +0100 |
|
90 @@ -54,7 +54,7 @@ |
|
91 |
|
92 # file which holds sequence number for communication with the |
|
93 # RADIUS server |
|
94 -seqfile /var/run/radius.seq |
|
95 +seqfile @localstatedir@/radius.seq |
|
96 |
|
97 # file which specifies mapping between ttyname and NAS-Port attribute |
|
98 mapfile @pkgsysconfdir@/port-id-map |