
Modified initscripts-config package to add support to Debian packaging Test Plan: PASS Package built, ISO generated and package installed PASS mountnfs.service enabled PASS ZEROCONF: ipv6 link local fe80::/10 assigned Story: 2009256 Task: 43460 Signed-off-by: aoliveir <adriano.oliveira@windriver.com> Change-Id: I82107efe54b8aca5af2b1b2fca3a125e7f32f023
21 lines
532 B
Plaintext
21 lines
532 B
Plaintext
# /etc/nsswitch.conf
|
|
#
|
|
# Example configuration of GNU Name Service Switch functionality.
|
|
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
|
# `info libc "Name Service Switch"' for information about this file.
|
|
|
|
passwd: files
|
|
group: files
|
|
shadow: files
|
|
gshadow: files
|
|
|
|
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|