aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-08 21:59:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-08 21:59:47 +0000
commit78b8458868710b32a8b9ce8e30e92d4dfbaf7502 (patch)
treed9e29112b2df71b59f4b47216b7792d0ec1cecd9 /packages
parentdbeddbd1e9bb1ba77173239d170e2e94d43885da (diff)
downloadpfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.tar.gz
pfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.tar.bz2
pfsense-packages-78b8458868710b32a8b9ce8e30e92d4dfbaf7502.zip
Remove function
Diffstat (limited to 'packages')
-rw-r--r--packages/upnpd.xml2
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");