Subject: Re: Thing not working in latest current.
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 01/27/1994 05:54:26
> 2.  'who' never reports logins on serial devices.  I recently thought I
>     had this solved by adding the device names to /etc/ttys, but that did
>     not effect the problem.

Delete the symbolic links in /dev, ie. "com0 -> tty00" and this
problem should go away. I've deleted the "ln -s" from MAKEDEV
that made them in the first place.

dev_mkdb does not deal well with symbolic links.

------------------------------------------------------------------------------