From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- packages/avahi/avahi.inc | 167 ----------------------------------------------- packages/avahi/avahi.xml | 90 ------------------------- 2 files changed, 257 deletions(-) delete mode 100644 packages/avahi/avahi.inc delete mode 100644 packages/avahi/avahi.xml (limited to 'packages/avahi') diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc deleted file mode 100644 index a95eaaf0..00000000 --- a/packages/avahi/avahi.inc +++ /dev/null @@ -1,167 +0,0 @@ - "avahi-daemon.sh", - "start" => $start, - "stop" => $stop - ) - ); - // Make image RO - conf_mount_ro(); - start_avahi(); -} - -?> diff --git a/packages/avahi/avahi.xml b/packages/avahi/avahi.xml deleted file mode 100644 index 6baef60b..00000000 --- a/packages/avahi/avahi.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - avahi - 1.0 - Services: Avahi - - Avahi - Modify avahi settings. -
Services
- pkg_edit.php?xml=avahi.xml&id=0 -
- - avahi - avahi.sh - avahi - - - /tmp/ - 0755 - http://www.pfsense.org/packages/config/avahi/binaries/avahi.tgz - - - /usr/local/pkg/ - 0755 - http://www.pfsense.org/packages/config/avahi/avahi.inc - - - - Enable - enable - Enable Avahi Bonjour/Zeroconf proxy. - checkbox - - - Browse domains (comma separated) - browsedomains - Enter the domains that you would like proxied. (example: local, pfsense.org, mydomain.com) - input - - - Deny interfaces - denyinterfaces - Interfaces that you do NOT want Avahi to listen on. NOTE: WAN is disabled by default. - interfaces_selection - true - - - - setup_avahi(); - - - setup_avahi(); - - - unlink_if_exists("/usr/local/etc/rc.d/avahi-daemon.sh"); - exec("killall avahi-daemon"); - - /usr/local/pkg/avahi.inc -
-- cgit v1.2.3