summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/miniupnpd.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-26 23:00:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-26 23:00:52 +0000
commit422e039b33d37f6cadff5b2370ab4b036bef88f7 (patch)
tree2ef374095c5e211c918fcadf2978b98e909674ce /usr/local/pkg/miniupnpd.xml
parent32f5ff5af42027c32deab5336d6e6fc80364e766 (diff)
downloadpfsense-422e039b33d37f6cadff5b2370ab4b036bef88f7.zip
pfsense-422e039b33d37f6cadff5b2370ab4b036bef88f7.tar.gz
MFC miniupnpd changes from Ryan Wagoner
Diffstat (limited to 'usr/local/pkg/miniupnpd.xml')
-rw-r--r--usr/local/pkg/miniupnpd.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/usr/local/pkg/miniupnpd.xml b/usr/local/pkg/miniupnpd.xml
index d1515e8..bc1affc 100644
--- a/usr/local/pkg/miniupnpd.xml
+++ b/usr/local/pkg/miniupnpd.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<packagegui>
- <title>Services: Miniupnpd</title>
+ <title>Services: MiniUPnPd</title>
<name>miniupnpd</name>
- <version>20061129</version>
+ <version>20061214</version>
<savetext>Change</savetext>
<include_file>/usr/local/pkg/miniupnpd.inc</include_file>
<aftersaveredirect>status_upnp.php</aftersaveredirect>
<menu>
- <name>Miniupnpd</name>
+ <name>MiniUPnPd</name>
<tooltiptext>Set miniupnpd settings such as interfaces to listen on.</tooltiptext>
<section>Services</section>
<url>/status_upnp.php</url>
@@ -34,23 +34,29 @@
</service>
<tabs>
<tab>
- <text>UPNP Status</text>
+ <text>UPnP Status</text>
<url>status_upnp.php</url>
</tab>
<tab>
- <text>miniupnpd Settings</text>
+ <text>MiniUPnPd Settings</text>
<url>/pkg_edit.php?xml=miniupnpd.xml&amp;id=0</url>
<active/>
</tab>
</tabs>
<fields>
<field>
- <fielddescr>Interface (generally LAN)</fielddescr>
+ <fielddescr>Enable MiniUPnPd</fielddescr>
+ <fieldname>enable</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Interfaces (generally LAN)</fielddescr>
<fieldname>iface_array</fieldname>
<value>lan</value>
<multiple>true</multiple>
<size>3</size>
<type>interfaces_selection</type>
+ <description>You can use the CTRL or COMMAND key to select multiple interfaces.</description>
</field>
<field>
<fielddescr>Maximum Download Speed (Kbits/second)</fielddescr>
@@ -93,4 +99,4 @@
<custom_php_deinstall_command>
exec("rm -f /usr/local/etc/rc.d/miniupnpd*");
</custom_php_deinstall_command>
-</packagegui> \ No newline at end of file
+</packagegui>
OpenPOWER on IntegriCloud