diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2006-08-20 18:11:18 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2006-08-20 18:11:18 +0000 |
commit | faa8753e83239e757c2290fb07b7d49d7310f317 (patch) | |
tree | 6d176386a7cc609e7170b342f302027d1fad58ae /packages/miniupnpd/miniupnpd.xml | |
parent | 7b4a52a1a2b7bbc2160c97e06593b9cb664e339b (diff) | |
download | pfsense-packages-faa8753e83239e757c2290fb07b7d49d7310f317.tar.gz pfsense-packages-faa8753e83239e757c2290fb07b7d49d7310f317.tar.bz2 pfsense-packages-faa8753e83239e757c2290fb07b7d49d7310f317.zip |
Update the miniupnpd package and include a binary.
Stop and restart now empties table after and before.
Status page needs fixing still.
Diffstat (limited to 'packages/miniupnpd/miniupnpd.xml')
-rw-r--r-- | packages/miniupnpd/miniupnpd.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml index 5509a5e8..6140e256 100644 --- a/packages/miniupnpd/miniupnpd.xml +++ b/packages/miniupnpd/miniupnpd.xml @@ -27,6 +27,11 @@ <prefix>/usr/local/www/</prefix> <chmod>0777</chmod> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/sbin/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/miniupnpd/sbin/miniupnpd</item> + </additional_files_needed> <service> <name>miniupnpd</name> <rcfile>miniupnpd.sh</rcfile> @@ -66,4 +71,4 @@ <custom_php_deinstall_command> exec("rm /usr/local/etc/rc.d/miniupnpd*"); </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |