diff options
author | rob <rob@ubuntu.local> | 2009-04-11 02:53:58 -0700 |
---|---|---|
committer | rob <rob@ubuntu.local> | 2009-04-11 02:53:58 -0700 |
commit | 00ca1313d055ddf8c2823b7f76c553ed75d765dd (patch) | |
tree | 23a611405fa7c99dc957b87aed83537707885565 /config/siproxdusers.xml | |
parent | 83d4c55637161dc97fd611fa4faf3f1872dcc8da (diff) | |
parent | 81372f3fb6e45543837b7e0746b9c5f4f2b50c93 (diff) | |
download | pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.tar.gz pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.tar.bz2 pfsense-packages-00ca1313d055ddf8c2823b7f76c553ed75d765dd.zip |
Merge commit 'mainline/master'
Diffstat (limited to 'config/siproxdusers.xml')
-rw-r--r-- | config/siproxdusers.xml | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/config/siproxdusers.xml b/config/siproxdusers.xml index a25418f9..a36e0554 100644 --- a/config/siproxdusers.xml +++ b/config/siproxdusers.xml @@ -48,6 +48,7 @@ <name>siproxdusers</name> <version>0.5.9</version> <title>siproxd: Users</title> + <include_file>/usr/local/pkg/siproxd.inc</include_file> <tabs> <tab> <text>Settings</text> @@ -91,27 +92,9 @@ </field> </fields> <custom_add_php_command> - function sync_package_sipproxd_users() - { - conf_mount_rw(); - config_lock(); - global $config; - $fout = fopen("/usr/local/etc/siproxd_passwd.cfg","w"); - fwrite($fout, "# This file was automatically generated by the pfSense\n# package management system.\n\n"); - if($config['installedpackages']['siproxdusers']['config'] != "") { - foreach($config['installedpackages']['siproxdusers']['config'] as $rowhelper) { - fwrite($fout, $rowhelper['username'] . " " . $rowhelper['password'] . "\n"); - } - } - fclose($fout); - conf_mount_ro(); - config_unlock(); - system("/usr/bin/killall -HUP siproxd"); - } sync_package_sipproxd_users(); </custom_add_php_command> <custom_php_resync_config_command> sync_package_sipproxd_users(); </custom_php_resync_config_command> -</packagegui> - +</packagegui>
\ No newline at end of file |