summaryrefslogtreecommitdiffstats
path: root/network/nss-mdns/nsswitch.conf-mdns
diff options
context:
space:
mode:
author Menno Duursma2010-05-11 20:01:40 +0200
committer Robby Workman2010-05-11 20:01:40 +0200
commit65ce762f7f0e7f5514391e30c22734c862ca2375 (patch)
treea974f6e378c7b51ca231cf3c5bf68dd9a1e8cb00 /network/nss-mdns/nsswitch.conf-mdns
parent092fa42c62795f762d20d530d266ae41a5a91a5e (diff)
downloadslackbuilds-65ce762f7f0e7f5514391e30c22734c862ca2375.tar.gz
network/nss-mdns: Added to 12.0 repository
Diffstat (limited to 'network/nss-mdns/nsswitch.conf-mdns')
-rw-r--r--network/nss-mdns/nsswitch.conf-mdns42
1 files changed, 42 insertions, 0 deletions
diff --git a/network/nss-mdns/nsswitch.conf-mdns b/network/nss-mdns/nsswitch.conf-mdns
new file mode 100644
index 0000000000..be3ea5e491
--- /dev/null
+++ b/network/nss-mdns/nsswitch.conf-mdns
@@ -0,0 +1,42 @@
+#
+# /etc/nsswitch.conf-mdns
+#
+# An example Name Service Switch config file. This file should be
+# sorted with the most-used services at the beginning.
+#
+# The entry '[NOTFOUND=return]' means that the search for an
+# entry should stop if the search in the previous entry turned
+# up nothing. Note that if the search failed due to some other reason
+# (like no NIS server responding) then the search continues with the
+# next entry.
+#
+# Legal entries are:
+#
+# nisplus or nis+ Use NIS+ (NIS version 3)
+# nis or yp Use NIS (NIS version 2), also called YP
+# dns Use DNS (Domain Name Service)
+# files Use the local files
+# [NOTFOUND=return] Stop searching if not found so far
+#
+
+# passwd: files nis
+# shadow: files nis
+# group: files nis
+
+passwd: compat
+group: compat
+
+hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
+networks: files dns
+
+services: files
+protocols: files
+rpc: files
+ethers: files
+netmasks: files
+netgroup: files
+bootparams: files
+
+automount: files
+aliases: files
+