From owner-cvs-etc Tue Oct 22 14:17:24 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04253 for cvs-etc-outgoing; Tue, 22 Oct 1996 14:17:24 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04189; Tue, 22 Oct 1996 14:17:08 -0700 (PDT) Date: Tue, 22 Oct 1996 14:17:08 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610222117.OAA04189@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc ttys Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/22 14:17:07 Modified: etc ttys Log: Fixes: >Description: Applications that rely on getttyent and related calls will not find entries that are not listed in /etc/ttys. Screen and xterm (rxvt, color_xterm) will not be able to obtain unique utmp slots as a result. This isn't a critical problem but it will keep utilities such as 'finger', 'who' and 'w' from displaying the correct information. Closes PR#conf/1270 Submitted by: winter@jurai.net Revision Changes Path 1.16 +224 -0 src/etc/ttys