diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-08 21:59:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-08 21:59:47 +0000 |
commit | 78b8458868710b32a8b9ce8e30e92d4dfbaf7502 (patch) | |
tree | d9e29112b2df71b59f4b47216b7792d0ec1cecd9 /packages | |
parent | dbeddbd1e9bb1ba77173239d170e2e94d43885da (diff) | |
download | pfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.tar.gz pfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.tar.bz2 pfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.zip |
Remove function
Diffstat (limited to 'packages')
-rw-r--r-- | packages/upnpd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/upnpd.xml b/packages/upnpd.xml index 6e4b613b..0a8517d4 100644 --- a/packages/upnpd.xml +++ b/packages/upnpd.xml @@ -33,7 +33,7 @@ <custom_php_install_command> /* we need to update the files ADDR from time to time which is the lan ip */ copy("/usr/local/etc/linuxigd/gatedesc.xml", "/usr/local/etc/linuxigd/gatedesc.xml.bak"); - function sync_upnp(); + sync_upnp(); </custom_php_install_command> <custom_php_deinstall_command> mwexec("rm -rf /usr/local/etc/rc.d/upnpd.sh"); |