diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 22:02:12 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 22:02:12 +0000 |
commit | 1f130ffa225a59f29f1e155ed8ebf1166775f108 (patch) | |
tree | f50a429908ec7779f7deffc58f35bae34a3ca0bf /packages/freeradius.xml | |
parent | cb022d511ac2971a8fec4037e715d0f8f2b4d56c (diff) | |
download | pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.tar.gz pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.tar.bz2 pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.zip |
Rename the sync_package function to sync_package_filename()
Diffstat (limited to 'packages/freeradius.xml')
-rw-r--r-- | packages/freeradius.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml index e49e098e..e33f2837 100644 --- a/packages/freeradius.xml +++ b/packages/freeradius.xml @@ -79,7 +79,7 @@ mwexec("/usr/local/etc/rc.d/radiusd.sh"); </custom_php_install_command> <custom_php_command_before_form> - function sync_package() + function sync_package_freeradius() { conf_mount_rw(); config_lock(); @@ -98,7 +98,7 @@ } </custom_php_command_before_form> <custom_add_php_command> - sync_package(); + sync_package_freeradius(); system("/usr/bin/killall -HUP radiusd"); </custom_add_php_command> </packagegui> |