diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-07 21:00:55 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-07 21:00:55 +0000 |
commit | 000ca4243ba104412c8eda0dcfa036d27c26f1e9 (patch) | |
tree | 73f2889813e65736e22e7e41401bf12ecc86efa4 | |
parent | f31f59882030a858a9d41ca59e64732100ef5281 (diff) | |
download | pfsense-packages-000ca4243ba104412c8eda0dcfa036d27c26f1e9.tar.gz pfsense-packages-000ca4243ba104412c8eda0dcfa036d27c26f1e9.tar.bz2 pfsense-packages-000ca4243ba104412c8eda0dcfa036d27c26f1e9.zip |
Change name to upnp since that is what the package resgisters as
-rw-r--r-- | packages/upnpd.xml | 5 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/upnpd.xml b/packages/upnpd.xml index 3821c336..a10b99d5 100644 --- a/packages/upnpd.xml +++ b/packages/upnpd.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> - <name>upnpd</name> + <name>upnp</name> <version>0.92_2</version> <custom_php_resync_config_command> $lanif = $config['interfaces']['lan']['if']; @@ -32,6 +32,7 @@ mwexec("cp /usr/local/etc/linuxigd/gatedesc.xml /usr/local/etc/linuxigd/gatedesc.xml.bak"); </custom_php_install_command> <custom_php_deinstall_command> - mwexec("rm /usr/local/etc/rc.d/upnpd.sh"); + mwexec("rm -rf /usr/local/etc/rc.d/upnpd.sh"); + mwexec("rm -rf /usr/local/etc/linuxigd"); </custom_php_deinstall_command> </packagegui> diff --git a/pkg_config.xml b/pkg_config.xml index 018a6d9c..3fbce2fc 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -225,7 +225,7 @@ test server or link availability and modify translation or routing rules. This p <configurationfile>squid.xml</configurationfile> </package> <package> - <name>upnpd</name> + <name>upnp</name> <descr>Emulates Microsoft's Internet Connection Service (ICS). It implements the UPnP Internet Gateway Device specification (IGD) and allows UPnP aware clients, such as MSN Messenger to work properly from behind a NAT firewall.</descr> <website>http://linux-igd.sourceforge.net/</website> <category>Network Management</category> |