diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-21 22:48:18 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-21 22:48:18 +0000 |
commit | 04124c6a7306b116647b2d5c40bf52c623161e60 (patch) | |
tree | 7a302c44857904322b9d6ba1b36e92cbf4f72da0 /packages/freeradiussettings.xml | |
parent | 7fcacd91cfaefa8fb3c77d7b8b9d6c4ba0b2abfc (diff) | |
download | pfsense-packages-04124c6a7306b116647b2d5c40bf52c623161e60.tar.gz pfsense-packages-04124c6a7306b116647b2d5c40bf52c623161e60.tar.bz2 pfsense-packages-04124c6a7306b116647b2d5c40bf52c623161e60.zip |
Fix radiusd automatic (re)starting.
Diffstat (limited to 'packages/freeradiussettings.xml')
-rw-r--r-- | packages/freeradiussettings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freeradiussettings.xml b/packages/freeradiussettings.xml index 633aa66f..423332b0 100644 --- a/packages/freeradiussettings.xml +++ b/packages/freeradiussettings.xml @@ -49,8 +49,7 @@ fwrite($fout, "{\nipaddr = 127.0.0.1\nport = 0\ntype = auth\n}\n\n"); fclose($fout); } - mwexec("killall -HUP radiusd"); - mwexec("/usr/local/etc/rc.d/radiusd"); + system("killall -HUP radiusd"); sync_package(); </custom_php_command_before_form> <custom_add_php_command> |