diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-01-24 19:41:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-01-24 19:41:07 +0000 |
commit | eff5895f538f1db9742e591447189f17ab77630e (patch) | |
tree | 916d881c74858d4c5cf21561b9dde4f5c03fc320 /packages/avahi/avahi.xml | |
parent | 6525c6fbacf1ed8c815b1324fb5318c175b161d4 (diff) | |
download | pfsense-packages-eff5895f538f1db9742e591447189f17ab77630e.tar.gz pfsense-packages-eff5895f538f1db9742e591447189f17ab77630e.tar.bz2 pfsense-packages-eff5895f538f1db9742e591447189f17ab77630e.zip |
* Extract out avahi.tgz
* Use /usr/local/etc/avahi for .conf storage
* Misc code cleanups
Diffstat (limited to 'packages/avahi/avahi.xml')
-rw-r--r-- | packages/avahi/avahi.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/avahi/avahi.xml b/packages/avahi/avahi.xml index 0b97ef29..248dd76c 100644 --- a/packages/avahi/avahi.xml +++ b/packages/avahi/avahi.xml @@ -46,9 +46,9 @@ <executable>avahi</executable> </service> <additional_files_needed> - <prefix>/usr/local/sbin/</prefix> + <prefix>/tmp/</prefix> <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/avahi/binaries/avahi</item> + <item>http://www.pfsense.com/packages/avahi/binaries/avahi.tgz</item> </additional_files_needed> <fields> <field> @@ -64,12 +64,12 @@ <type>checkbox</type> </field> </fields> - <custom_php_global_functions> - </custom_php_global_functions> - <custom_add_php_command> - </custom_add_php_command> <custom_php_install_command> setup_avahi(); </custom_php_install_command> + <custom_php_deinstall_command> + delete_avahi(); + </custom_php_deinstall_command> + <include_file>avahi.inc</include_file> </packagegui>
\ No newline at end of file |