diff options
author | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-18 23:48:10 +0100 |
---|---|---|
committer | Nachtfalke <nachtfalkeaw@web.de> | 2012-01-18 23:48:10 +0100 |
commit | db01482c1fa83d606c8ecabea8047e58215c597b (patch) | |
tree | f2616dddbbb4b73b82aa3ae5a2f0643c1e236db1 | |
parent | 78c6c5c2d5bad0b8e55c2b87c8dff41c4f047922 (diff) | |
download | pfsense-packages-db01482c1fa83d606c8ecabea8047e58215c597b.tar.gz pfsense-packages-db01482c1fa83d606c8ecabea8047e58215c597b.tar.bz2 pfsense-packages-db01482c1fa83d606c8ecabea8047e58215c597b.zip |
reverted: need to call two functions to initialize some config files after installation
-rw-r--r-- | config/freeradius2/freeradius.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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'; |