diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/zeroconf/files/zeroconf-default | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/zeroconf/files/zeroconf-default')
| -rw-r--r-- | meta/packages/zeroconf/files/zeroconf-default | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/zeroconf/files/zeroconf-default b/meta/packages/zeroconf/files/zeroconf-default new file mode 100644 index 0000000000..cc07b275f1 --- /dev/null +++ b/meta/packages/zeroconf/files/zeroconf-default | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | ||
| 11 | IFBLACKLIST="" | ||
| 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 | |||
