From: Alan T. DeKok Date: Tue, 7 Jun 2011 16:51:22 +0000 (+0200) Subject: Don't look for eap.conf, etc. X-Git-Tag: release_3_0_0_beta0~780 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c8d8888fe63864e0aef0f40c86708b43733676;p=thirdparty%2Ffreeradius-server.git Don't look for eap.conf, etc. they've been moved to the "modules" directory --- diff --git a/raddb/Makefile b/raddb/Makefile index b1463f61477..15afeb9fe24 100644 --- a/raddb/Makefile +++ b/raddb/Makefile @@ -10,10 +10,10 @@ include ../Make.inc # The list of files to install. # FILES = acct_users attrs attrs.access_reject attrs.accounting_response \ - attrs.pre-proxy clients.conf dictionary eap.conf templates.conf \ + attrs.pre-proxy clients.conf dictionary templates.conf \ experimental.conf hints huntgroups ldap.attrmap \ policy.txt preproxy_users proxy.conf radiusd.conf trigger.conf \ - sql.conf sqlippool.conf users policy.conf attrs.access_challenge + users policy.conf attrs.access_challenge # # This target is here for local debugging