Subject: Re: CVS commit: src/etc/etc.macppc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 10/07/2005 12:45:35
In article <20051007113819.CA00F2DA27@cvs.netbsd.org>,
Rui Paulo <rpaulo@netbsd.org> wrote:
>
>Module Name: src
>Committed By: rpaulo
>Date: Fri Oct 7 11:38:19 UTC 2005
>
>Modified Files:
> src/etc/etc.macppc: ttys
>
>Log Message:
>Replace tty0[0-1] with ttyZ[0-1] because if we list symlinks, PAM
>would break and remove tty0[2-7] since they don't exist.
It is better to use names out of the pty namespace. Ie ttyZC0 or tty00.
christos