summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-22 15:50:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-26 14:12:55 +0100
commit511f7f9d0422fe1a896361b53179c9f642c1fc0b (patch)
treefd55347a3cfd89a52179f1bb702d276fe2337d94 /meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default
parent3f14eb3674d44b61fe19016902d41cae57be8e6c (diff)
downloadpoky-511f7f9d0422fe1a896361b53179c9f642c1fc0b.tar.gz
zeroconf: remove
We already have avahi in OE-Core and some cursory research suggests that avahi is preferred over this package, which has apparently not seen a release since 2006. Nothing in OE-Core actually refers to it, so let's just remove it. CC: Cristian Iorga <cristian.iorga@intel.com> (From OE-Core rev: 88b4ec0b8c7c75b8570fc201c705937b459bb43e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default')
-rw-r--r--meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default b/meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default
deleted file mode 100644
index cc07b275f1..0000000000
--- a/meta/recipes-connectivity/zeroconf/zeroconf/zeroconf-default
+++ /dev/null
@@ -1,17 +0,0 @@
1# Default for zeroconf
2
3# disable zeroconf
4# If you want to disable zeroconf completely, uncomment the following line
5# this may be useful if you are debugging zeroconf or starting it manually
6#DISABLE=yes
7
8# black-listed interfaces
9# Interfaces which you never wish to have zeroconf run on should
10# be listed here. e.g. "eth2 wlan1" in a space seperated string
11IFBLACKLIST=""
12
13# fallback only
14# If you would only like a link-local address if you were unable to
15# obtain an address via DHCP then uncomment the following line
16#FALLBACK=yes
17