Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 11/19/2003 20:28:19
Module Name:	src
Committed By:	jhawk
Date:		Wed Nov 19 20:28:19 UTC 2003

Modified Files:
	src/etc: security

Log Message:
Provide a workaround for PR bin/12900.
When /dev is an fdesc, and /dev/tty is stat()ed without a controlling tty,
a "Device not configured" error is returned.

Filter mtree's stderr to ignore this error.

If fdesc is fixed to not behave in this fashion, this workaround can
be removed; bin/12900 should remain open until that time.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/etc/security

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