having symbolic links in /dev is a bad idea (for ttyname()?)

This commit is contained in:
deraadt 1994-01-27 07:14:52 +00:00
parent 7c386eb75b
commit d7111494d7

View File

@ -151,7 +151,6 @@ com*|tty*)
unit=`expr $i : '...\(.*\)'`
rm -f com$unit tty0$unit
mknod tty0$unit c 8 $unit
ln -s tty0$unit com$unit
chown uucp.wheel tty0$unit
;;