From db01482c1fa83d606c8ecabea8047e58215c597b Mon Sep 17 00:00:00 2001 From: Nachtfalke Date: Wed, 18 Jan 2012 23:48:10 +0100 Subject: reverted: need to call two functions to initialize some config files after installation --- config/freeradius2/freeradius.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/freeradius2') diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc index c02dfc50..ebe655c0 100644 --- a/config/freeradius2/freeradius.inc +++ b/config/freeradius2/freeradius.inc @@ -124,6 +124,10 @@ function freeradius_install_command() { // We run this here just to suppress some warnings on syslog if file doesn't exist freeradius_authorizedmacs_resync(); + // Initialize some config files - the functions below call other functions + freeradius_sqlconf_resync(); + freeradius_eapconf_resync(); + $rcfile = array(); $rcfile['file'] = 'radiusd.sh'; $rcfile['start'] = '/usr/local/etc/rc.d/radiusd onestart'; -- cgit v1.2.3