diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-12 20:50:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-12 20:50:54 +0000 |
commit | 89a7e1daa5893ff3c29fffba5a9b36ec219a9cbd (patch) | |
tree | f9613ee59f423d510edb91abc6449929bb143e8c /packages | |
parent | c356bd276b71b26e0b9b9c46ab6782009ca98031 (diff) | |
download | pfsense-packages-89a7e1daa5893ff3c29fffba5a9b36ec219a9cbd.tar.gz pfsense-packages-89a7e1daa5893ff3c29fffba5a9b36ec219a9cbd.tar.bz2 pfsense-packages-89a7e1daa5893ff3c29fffba5a9b36ec219a9cbd.zip |
Unlink /usr/local/etc/rc.d/linuxigd.sh.sample after installation, its not needed.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/upnpd.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/upnpd.xml b/packages/upnpd.xml index 994cc044..69bebe82 100644 --- a/packages/upnpd.xml +++ b/packages/upnpd.xml @@ -36,6 +36,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"); + unlink("/usr/local/etc/rc.d/linuxigd.sh.sample"); </custom_php_install_command> <custom_php_deinstall_command> mwexec("rm -rf /usr/local/etc/rc.d/upnpd.sh"); |