[Lunar-commits] r15327 - lunar-iso/branches/lunar-iso-2.6/template/etc
Jaime Buffery
nestu at lunar-linux.org
Fri Jun 10 14:27:36 UTC 2005
Author: nestu
Date: 2005-06-10 14:27:36 +0000 (Fri, 10 Jun 2005)
New Revision: 15327
Added:
lunar-iso/branches/lunar-iso-2.6/template/etc/host.conf
lunar-iso/branches/lunar-iso-2.6/template/etc/nsswitch.conf
Log:
Syncing with trunk\!
Added: lunar-iso/branches/lunar-iso-2.6/template/etc/host.conf
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/template/etc/host.conf 2005-06-10 14:18:44 UTC (rev 15326)
+++ lunar-iso/branches/lunar-iso-2.6/template/etc/host.conf 2005-06-10 14:27:36 UTC (rev 15327)
@@ -0,0 +1,2 @@
+order hosts,bind
+multi on
Added: lunar-iso/branches/lunar-iso-2.6/template/etc/nsswitch.conf
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/template/etc/nsswitch.conf 2005-06-10 14:18:44 UTC (rev 15326)
+++ lunar-iso/branches/lunar-iso-2.6/template/etc/nsswitch.conf 2005-06-10 14:27:36 UTC (rev 15327)
@@ -0,0 +1,53 @@
+#
+# /etc/nsswitch.conf
+#
+# 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
+# db Use the local database (.db) files
+# compat Use NIS on compat mode
+# [NOTFOUND=return] Stop searching if not found so far
+#
+
+# To use db, put the "db" in front of "files" for entries you want to be
+# looked up first in the databases
+#
+# Example:
+#passwd: db files nisplus nis
+#shadow: db files nisplus nis
+#group: db files nisplus nis
+
+passwd: files nisplus nis
+shadow: files nisplus nis
+group: files nisplus nis
+
+#hosts: db files nisplus nis dns
+hosts: files nisplus nis dns
+
+services: nisplus [NOTFOUND=return] files
+networks: nisplus [NOTFOUND=return] files
+protocols: nisplus [NOTFOUND=return] files
+rpc: nisplus [NOTFOUND=return] files
+ethers: nisplus [NOTFOUND=return] files
+netmasks: nisplus [NOTFOUND=return] files
+bootparams: nisplus [NOTFOUND=return] files
+
+netgroup: nisplus
+
+publickey: nisplus
+
+automount: files nisplus
+aliases: files nisplus
+
More information about the Lunar-commits
mailing list