/bin/false is often used by PKGSRC packages which create unpriviledged users as part of their install process. This fixes the generation and installation of such packages. Change-Id: Ie2a590c56c86dc40a61e3c08d14f5443ebe4f58c
		
			
				
	
	
		
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			217 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#	$NetBSD: shells,v 1.3 1996/12/29 03:23:07 mrg Exp $
 | 
						|
#
 | 
						|
# List of acceptable shells for chpass(1).
 | 
						|
# Ftpd will not allow users to connect who are not using
 | 
						|
# one of these shells.
 | 
						|
 | 
						|
/bin/false
 | 
						|
/bin/sh
 | 
						|
/bin/csh
 | 
						|
/bin/ksh
 |