aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/upnpd.xml5
-rw-r--r--pkg_config.xml2
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>