diff options
Diffstat (limited to 'packages/siproxd.xml')
-rw-r--r-- | packages/siproxd.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/packages/siproxd.xml b/packages/siproxd.xml index ca819a5c..9fed0025 100644 --- a/packages/siproxd.xml +++ b/packages/siproxd.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> <packagegui> <copyright> @@ -45,8 +46,9 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>siproxd</name> - <title>siproxd: Settings</title> <version>0.5.13_pfs1</version> + <title>siproxd: Settings</title> + <aftersaveredirect>pkg_edit.php?xml=siproxd.xml&id=0</aftersaveredirect> <menu> <name>siproxd</name> <tooltiptext>Modify siproxd users and settings.</tooltiptext> @@ -54,7 +56,11 @@ <configfile>siproxd.xml</configfile> <url>/pkg_edit.php?xml=siproxd.xml&id=0</url> </menu> - <aftersaveredirect>pkg_edit.php?xml=siproxd.xml&id=0</aftersaveredirect> + <service> + <name>siproxd</name> + <rcfile>siproxd.sh</rcfile> + <executable>siproxd</executable> + </service> <tabs> <tab> <text>Settings</text> @@ -66,15 +72,10 @@ <url>/pkg.php?xml=siproxdusers.xml</url> </tab> </tabs> - <service> - <name>siproxd</name> - <rcfile>siproxd.sh</rcfile> - <executable>siproxd</executable> - </service> + <configpath>installedpackages->package->$packagename->configuration->settings</configpath> <additional_files_needed> <item>http://www.pfsense.com/packages/config/siproxdusers.xml</item> </additional_files_needed> - <configpath>installedpackages->package->$packagename->configuration->settings</configpath> <fields> <field> <fielddescr>Inbound interface</fielddescr> @@ -143,14 +144,14 @@ <field> <fielddescr>Outbound proxy hostname</fielddescr> <fieldname>outboundproxyhost</fieldname> - <type>input</type> <description>Enter the hostname of an outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description> + <type>input</type> </field> <field> <fielddescr>Outbound proxy port</fielddescr> <fieldname>outboundproxyport</fieldname> - <type>input</type> <description>Enter the port of the outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description> + <type>input</type> </field> </fields> <custom_php_global_functions> @@ -220,11 +221,11 @@ config_unlock(); } </custom_php_global_functions> - <custom_php_resync_config_command> - sync_package_siproxd(); - </custom_php_resync_config_command> <custom_add_php_command> sync_package_siproxd(); </custom_add_php_command> + <custom_php_resync_config_command> + sync_package_siproxd(); + </custom_php_resync_config_command> </packagegui> |