Switch to NetBSD passwd format

Based on work by Vivek Prakash and Gianluca Guida.

See UPDATING about caveats on currently existing accounts.

	. restores netbsd libc pwcache functions
This commit is contained in:
Ben Gras
2011-11-14 14:47:42 +00:00
parent cedeabb357
commit 5c00743626
96 changed files with 10891 additions and 1220 deletions
+8
View File
@@ -0,0 +1,8 @@
# Makefile for usr.bin
.include <bsd.own.mk>
# NetBSD imports
SUBDIR= pwd_mkdb user vipw
.include <bsd.subdir.mk>