Subject: CVS commit: src/libexec/getty
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/20/2003 19:20:04
Module Name:	src
Committed By:	thorpej
Date:		Tue May 20 19:20:04 UTC 2003

Modified Files:
	src/libexec/getty: gettytab.5 gettytab.h init.c main.c

Log Message:
Add a "nn" (no name) capability to getty.  If set in gettytab, getty
will not prompt for a login name, and will not pass one along to the
login program.  This can be used to accomodate login programs that have
an alternate way of selecting the user to log in.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/libexec/getty/gettytab.5
cvs rdiff -r1.12 -r1.13 src/libexec/getty/gettytab.h src/libexec/getty/init.c
cvs rdiff -r1.43 -r1.44 src/libexec/getty/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.