summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-01-17 21:16:52 +0300
committerIgor Pashev <pashev.igor@gmail.com>2012-01-17 21:16:52 +0300
commit4d6e184415e2549f10b064bcc174f36e94a324e3 (patch)
tree88af459dfb722bc3d77f1442e76d6d27ebd27364
parent9f5ade78e634f6752853d4e6d9818707dbf75021 (diff)
downloadbase-files-4d6e184415e2549f10b064bcc174f36e94a324e3.tar.gz
Replaced CDDLed file with GPLed one
-rw-r--r--share/nsswitch.conf91
1 files changed, 21 insertions, 70 deletions
diff --git a/share/nsswitch.conf b/share/nsswitch.conf
index ff4bafc..4250393 100644
--- a/share/nsswitch.conf
+++ b/share/nsswitch.conf
@@ -1,70 +1,21 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
-#
-#ident "%Z%%M% %I% %E% SMI"
-
-#
-# /etc/nsswitch.dns:
-#
-# An example file that could be copied over to /etc/nsswitch.conf; it uses
-# DNS for hosts lookups, otherwise it does not use any other naming service.
-#
-# "hosts:" and "services:" in this file are used only if the
-# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
-
-# DNS service expects that an instance of svc:/network/dns/client be
-# enabled and online.
-
-passwd: files
-group: files
-
-# You must also set up the /etc/resolv.conf file for DNS name
-# server lookup. See resolv.conf(4). For lookup via mdns
-# svc:/network/dns/multicast:default must also be enabled. See mdnsd(1M)
-hosts: files dns mdns
-
-# Note that IPv4 addresses are searched for in all of the ipnodes databases
-# before searching the hosts databases.
-ipnodes: files dns mdns
-
-networks: files
-protocols: files
-rpc: files
-ethers: files
-netmasks: files
-bootparams: files
-publickey: files
-# At present there isn't a 'files' backend for netgroup; the system will
-# figure it out pretty quickly, and won't use netgroups at all.
-netgroup: files
-automount: files
-aliases: files
-services: files
-printers: user files
-
-auth_attr: files
-prof_attr: files
-project: files
-
-tnrhtp: files
-tnrhdb: files
+aliases: files
+auth_attr: files
+automount: files
+bootparams: files
+ethers: files
+group: files
+hosts: files dns mdns
+ipnodes: files dns mdns
+netgroup: files
+netmasks: files
+networks: files
+passwd: files
+printers: user files
+prof_attr: files
+project: files
+protocols: files
+publickey: files
+rpc: files
+services: files
+tnrhdb: files
+tnrhtp: files