Subject: CVS commit: src/lib/libtelnet
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/05/2005 23:21:58
Module Name:	src
Committed By:	lukem
Date:		Thu May  5 23:21:58 UTC 2005

Modified Files:
	src/lib/libtelnet: sra.c

Log Message:
Don't perform a check for "secure" tty for root logins when using PAM;
that is what we provide pam_securetty(8) for.

Fix the -DNOPAM build option by allowing it to compile
(even though we don't use this source file when USE_PAM=no).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libtelnet/sra.c

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