mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 08:15:36 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			496 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			496 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# /etc/nsswitch.conf
 | 
						|
#
 | 
						|
# $Id$
 | 
						|
# Used by Example.yard template. 
 | 
						|
#
 | 
						|
# Example configuration of GNU Name Service Switch functionality.
 | 
						|
# If you have the `glibc-doc' and `info' packages installed, try:
 | 
						|
# `info libc "Name Service Switch"' for information about this file.
 | 
						|
 | 
						|
passwd:         compat
 | 
						|
group:          compat
 | 
						|
shadow:         compat
 | 
						|
 | 
						|
hosts:          files dns
 | 
						|
networks:       files
 | 
						|
 | 
						|
protocols:      files
 | 
						|
services:       files
 | 
						|
ethers:         files
 | 
						|
rpc:            files
 | 
						|
 | 
						|
netgroup:       nis
 |