Subject: CVS commit: [netbsd-3] src/lib/libtelnet
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/07/2005 11:35:45
Module Name:	src
Committed By:	tron
Date:		Sat May  7 11:35:45 UTC 2005

Modified Files:
	src/lib/libtelnet [netbsd-3]: sra.c

Log Message:
Pull up revision 1.4 (requested by lukem in ticket #248):
Fix the check for insecure root logins in rootterm():
- It was originally referring to a bogus version of `line'.
  (problem solved by using 'extern char *line' instead of 'extern char line=
[]')
- It wasn't stripping the leading "/dev/" off `line' before calling getttyn=
am(3)


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

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