diff options
author | Bill Marquette <billm@pfsense.org> | 2006-11-02 18:30:41 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-11-02 18:30:41 +0000 |
commit | d4290b97e5ba397ea07e56810290ab96a5a3404a (patch) | |
tree | cc64bf935ce68ff6df751f44cdd0a156846f6dc4 /packages/siproxd.xml | |
parent | d20bdc89ea53ca744b1b6876a8836afdd8a783e6 (diff) | |
download | pfsense-packages-d4290b97e5ba397ea07e56810290ab96a5a3404a.tar.gz pfsense-packages-d4290b97e5ba397ea07e56810290ab96a5a3404a.tar.bz2 pfsense-packages-d4290b97e5ba397ea07e56810290ab96a5a3404a.zip |
s/sipprox/siprox/ and add comma
Diffstat (limited to 'packages/siproxd.xml')
-rw-r--r-- | packages/siproxd.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/siproxd.xml b/packages/siproxd.xml index 4114460c..13fa43b3 100644 --- a/packages/siproxd.xml +++ b/packages/siproxd.xml @@ -109,7 +109,7 @@ </field> </fields> <custom_php_global_functions> - function sync_package_sipproxd() { + function sync_package_siproxd() { conf_mount_rw(); config_lock(); global $config; @@ -166,7 +166,7 @@ fclose($fout); write_rcfile(array( "file" => "siproxd.sh", - "start" => "/usr/local/sbin/siproxd" + "start" => "/usr/local/sbin/siproxd", "stop" => "/usr/bin/killall siproxd" ) ); @@ -176,10 +176,10 @@ } </custom_php_global_functions> <custom_php_resync_config_command> - sync_package_sipproxd(); + sync_package_siproxd(); </custom_php_resync_config_command> <custom_add_php_command> - sync_package_sipproxd(); + sync_package_siproxd(); </custom_add_php_command> </packagegui> |