forked from ungleich-public/cdist
		
	Merge pull request #406 from jakllsch/netbsd-user
use passwd database instead of shadow database on NetBSD too
This commit is contained in:
		
				commit
				
					
						fa5950d329
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ os="$($__explorer/os)"
 | 
				
			||||||
database="shadow"
 | 
					database="shadow"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$os" in
 | 
					case "$os" in
 | 
				
			||||||
  "freebsd"|"openbsd")  database="passwd";;
 | 
					  "freebsd"|"netbsd"|"openbsd")  database="passwd";;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue