aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-06-29 08:13:09 -0400
committerjim-p <jimp@pfsense.org>2015-06-29 08:13:09 -0400
commit684859eaa6b099122b96172defcbfd49fcd34b6e (patch)
tree12ecae553682b0c392901786452bf3898ff5c9ff
parentefeb77f55aa3806382439a80776bb5222cbfa6ba (diff)
downloadpfsense-packages-684859eaa6b099122b96172defcbfd49fcd34b6e.tar.gz
pfsense-packages-684859eaa6b099122b96172defcbfd49fcd34b6e.tar.bz2
pfsense-packages-684859eaa6b099122b96172defcbfd49fcd34b6e.zip
Sync the FreeRADIUS2 settings and sleep before syncing users, otherwise neither will work correctly on NanoBSD at boot time.
Or, presumably, a full install with /var and /tmp in RAM disks. Found-By: stephenw10
-rw-r--r--config/freeradius2/freeradius.xml4
-rw-r--r--pkg_config.10.xml2
-rw-r--r--pkg_config.8.xml2
-rw-r--r--pkg_config.8.xml.amd642
4 files changed, 6 insertions, 4 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml
index 16a4875c..4563ef62 100644
--- a/config/freeradius2/freeradius.xml
+++ b/config/freeradius2/freeradius.xml
@@ -45,7 +45,7 @@
<requirements>Describe your package requirements here</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>freeradius</name>
- <version>1.6.12</version>
+ <version>1.6.13</version>
<title>FreeRADIUS: Users</title>
<include_file>/usr/local/pkg/freeradius.inc</include_file>
<menu>
@@ -472,6 +472,8 @@
freeradius_users_resync();
</custom_delete_php_command>
<custom_php_resync_config_command>
+ freeradius_settings_resync();
+ sleep(1);
freeradius_users_resync();
</custom_php_resync_config_command>
<custom_php_install_command>
diff --git a/pkg_config.10.xml b/pkg_config.10.xml
index b846d044..59ccb704 100644
--- a/pkg_config.10.xml
+++ b/pkg_config.10.xml
@@ -886,7 +886,7 @@
On pfSense docs there is a how-to which could help you on porting users.]]></descr>
<pkginfolink>https://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
<category>System</category>
- <version>1.6.12</version>
+ <version>1.6.13</version>
<status>RC1</status>
<required_version>2.2</required_version>
<maintainer>nachtfalkeaw@web.de</maintainer>
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index 5192b3f8..542ad974 100644
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -1041,7 +1041,7 @@
On pfSense docs there is a how-to which could help you on porting users.]]></descr>
<pkginfolink>https://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
<category>System</category>
- <version>1.6.12</version>
+ <version>1.6.13</version>
<status>RC1</status>
<required_version>2.1</required_version>
<maintainer>nachtfalkeaw@web.de</maintainer>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index 2cd7e73e..62c0c9cd 100644
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -1028,7 +1028,7 @@
On pfSense docs there is a how-to which could help you on porting users.]]></descr>
<pkginfolink>https://doc.pfsense.org/index.php/FreeRADIUS_2.x_package</pkginfolink>
<category>System</category>
- <version>1.6.12</version>
+ <version>1.6.13</version>
<status>RC1</status>
<required_version>2.1</required_version>
<maintainer>nachtfalkeaw@web.de</maintainer>