Last change
on this file since 10608 was 10608, checked in by rick, 13 years ago |
The conditional statements and variables where not set correctly at all (last
commit properly done too late).
While here:
- Cleanup logging format to logger, as all but the PREINIT hooks get called
in privileged [priv] (forked) environment, where stdout goes to nothing.
- Print more details to yield more logic to the user.
Related-To: nodefactory#129
|
File size:
341 bytes
|
Line | |
---|
1 | #
|
---|
2 | # nsswitch.conf(5) - name service switch configuration file
|
---|
3 | # $FreeBSD: src/etc/nsswitch.conf,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
|
---|
4 | # no NIS
|
---|
5 | group: compat
|
---|
6 | # group_compat: nis
|
---|
7 | hosts: files dns
|
---|
8 | networks: files
|
---|
9 | passwd: compat
|
---|
10 | # passwd_compat: nis
|
---|
11 | shells: files
|
---|
12 | services: compat
|
---|
13 | # services_compat: nis
|
---|
14 | protocols: files
|
---|
15 | rpc: files
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.