install sample nsswitch.conf

This commit is contained in:
lukem 1999-01-16 14:25:47 +00:00
parent abda4deb17
commit f1a39bf406
2 changed files with 25 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.93 1999/01/06 06:08:37 abs Exp $ # $NetBSD: Makefile,v 1.94 1999/01/16 14:25:47 lukem Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# XXX: For NO_SENDMAIL and USE_BIND4 # XXX: For NO_SENDMAIL and USE_BIND4
@ -29,7 +29,7 @@ BIN1+= aliases bootptab changelist csh.cshrc csh.login \
ftpusers ftpwelcome gettytab group hosts hosts.lpd \ ftpusers ftpwelcome gettytab group hosts hosts.lpd \
inetd.conf ld.so.conf lkm.conf mailer.conf man.conf \ inetd.conf ld.so.conf lkm.conf mailer.conf man.conf \
monthly monthly.conf mrouted.conf netstart networks \ monthly monthly.conf mrouted.conf netstart networks \
newsyslog.conf phones printcap profile protocols \ newsyslog.conf nsswitch.conf phones printcap profile protocols \
rbootd.conf rc rc.conf rc.lkm rc.local rc.subr \ rbootd.conf rc rc.conf rc.lkm rc.local rc.subr \
rc.shutdown remote rpc security security.conf services \ rc.shutdown remote rpc security security.conf services \
shells syslog.conf weekly weekly.conf etc.${MACHINE}/ttys \ shells syslog.conf weekly weekly.conf etc.${MACHINE}/ttys \

23
etc/nsswitch.conf Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD: nsswitch.conf,v 1.1 1999/01/16 14:25:47 lukem Exp $
#
# name service switch configuration file
#
# lookup hosts in /etc/hosts then from the DNS
hosts: files dns
# uncomment to support `+/-' compat mode in /etc/passwd and /etc/group
# defaults to `files'
#passwd: compat
#passwd_compat: nis
#group: compat
#group_compat: nis
# lookup netgroups in /etc/netgroup.db
netgroup: files
# lookup networks in /etc/networks
networks: files
# lookup shells in /etc/shells
shells: files