From owner-freebsd-bugs Tue Oct 22 01:47:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA13010 for bugs-outgoing; Tue, 22 Oct 1996 01:47:29 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12986; Tue, 22 Oct 1996 01:47:18 -0700 (PDT) Date: Tue, 22 Oct 1996 01:47:18 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610220847.BAA12986@freefall.freebsd.org> To: hsu@clinet.fi, scrappy, freebsd-bugs Subject: Re: bin/958 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ttys file does not include all ptys State-Changed-From-To: feedback-open State-Changed-By: scrappy State-Changed-When: Tue Oct 22 01:46:05 PDT 1996 State-Changed-Why: Problem Still Exists --- From: Heikki Suonsivu MAKEDEV should in this case add the /etc/ttys entries or /etc/ttys should contain all possible ttys. This would save trouble when installing more ttys and reduce noise on freebsd-questions as newbies ask why their logins do not shop up in w. Minimum might be adding MAKEDEV echo line which would tell the user "Remember to add new tty devices to /etc/ttys" ?