Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/22/1996 05:40:02
lukem
Thu Nov 21 21:34:08 PST 1996
Update of /cvsroot/src/usr.bin/finger
In directory netbsd1:/home/lukem/foo/finger

Modified Files:
	lprint.c util.c 
Log Message:
don't need to explicitly NUL terminate strings written by snprintf()


lukem
Thu Nov 21 21:37:31 PST 1996
Update of /cvsroot/src/usr.sbin/pwd_mkdb
In directory netbsd1:/home/lukem/foo/pwd_mkdb

Modified Files:
	pwd_mkdb.8 pwd_mkdb.c 
Log Message:
Implement '-d directory' option, to override the default of '/'.
Useful for building ~ftp/etc/pwd.db without using chroot or unionfs.
Inspired by FreeBSD, closes [bin/2566]