diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-02 02:14:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-02 02:14:53 +0000 |
commit | 41e5f03de3de7730758e8306257447b5dec2b796 (patch) | |
tree | 3a9e25287262bac3ca40651502802f3ffb1f520c /packages/upnpd.xml | |
parent | d07f399f3dc1dc67a57a04a5062f3ef356451062 (diff) | |
download | pfsense-packages-41e5f03de3de7730758e8306257447b5dec2b796.tar.gz pfsense-packages-41e5f03de3de7730758e8306257447b5dec2b796.tar.bz2 pfsense-packages-41e5f03de3de7730758e8306257447b5dec2b796.zip |
We now have a miniupnpd package which is supperior in every fashion.
RIP old package.
Diffstat (limited to 'packages/upnpd.xml')
-rw-r--r-- | packages/upnpd.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/upnpd.xml b/packages/upnpd.xml deleted file mode 100644 index e15d7cfd..00000000 --- a/packages/upnpd.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<packagegui> - <name>upnp</name> - <version>0.92_2</version> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/upnpd.inc</item> - </additional_files_needed> - <custom_php_resync_config_command> - sync_upnp(); - </custom_php_resync_config_command> - <custom_php_install_command> - upnp_install(); - </custom_php_install_command> - <custom_php_deinstall_command> - upnp_deinstall(); - </custom_php_deinstall_command> - <include_file>/usr/local/pkg/upnpd.inc</include_file> -</packagegui> |