From c4d7f9deaa6938062f2e48d5d86b33f73e662729 Mon Sep 17 00:00:00 2001
From: Jonathan Gazeley <me@jonathangazeley.com>
Date: Thu, 26 Feb 2015 14:50:53 +0000
Subject: [PATCH] Stop using unneeded global eap.conf

---
 templates/radiusd.conf.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/radiusd.conf.erb b/templates/radiusd.conf.erb
index e70bf18..41b6948 100644
--- a/templates/radiusd.conf.erb
+++ b/templates/radiusd.conf.erb
@@ -746,7 +746,7 @@ modules {
 	#  For all EAP related authentications.
 	#  Now in another file, because it is very large.
 	#
-	$INCLUDE eap.conf
+#	$INCLUDE eap.conf
 
 	#  Include another file that has the SQL-related configuration.
 	#  This is another file only because it tends to be big.
-- 
GitLab