diff options
author | Bill Marquette <billm@pfsense.org> | 2006-10-22 00:48:50 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-10-22 00:48:50 +0000 |
commit | 1f55d5f6265e1d5499249494e89f59d193af019f (patch) | |
tree | 8d1fabae0ca593a6779aa8c7830f3fd5ffe4d971 /packages/miniupnpd/miniupnpd.xml | |
parent | 47e7d03cba5db507c081921d2c4f5a208b9c0460 (diff) | |
download | pfsense-packages-1f55d5f6265e1d5499249494e89f59d193af019f.tar.gz pfsense-packages-1f55d5f6265e1d5499249494e89f59d193af019f.tar.bz2 pfsense-packages-1f55d5f6265e1d5499249494e89f59d193af019f.zip |
package fixed by: rsw686 via forums
Diffstat (limited to 'packages/miniupnpd/miniupnpd.xml')
-rw-r--r-- | packages/miniupnpd/miniupnpd.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml index 2f310d62..5f46ad64 100644 --- a/packages/miniupnpd/miniupnpd.xml +++ b/packages/miniupnpd/miniupnpd.xml @@ -46,7 +46,7 @@ <fields> <field> <fielddescr>Interface (generally LAN)</fielddescr> - <fieldname>interface_array</fieldname> + <fieldname>iface_array</fieldname> <value>lan</value> <multiple>true</multiple> <size>3</size> @@ -57,16 +57,13 @@ <fieldname>overridewanip</fieldname> <type>input</type> </field> - </fields> + </fields> <custom_php_resync_config_command> - sync_package_miniupnpd(); + sync_package_miniupnpd(); </custom_php_resync_config_command> <custom_php_install_command> sync_package_miniupnpd(); </custom_php_install_command> - <custom_add_php_command> - sync_package_miniupnpd(); - </custom_add_php_command> <custom_php_deinstall_command> exec("rm -f /usr/local/etc/rc.d/miniupnpd*"); </custom_php_deinstall_command> |