Allow tty0? to be an alias for tty? when creating the dev nodes.

People tend to be confused unnecessarily otherwise.
This commit is contained in:
Joerg Wunsch 1995-02-24 19:26:59 +00:00
parent 29fe22b93f
commit bcdd2389fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6691
2 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
# $Id: MAKEDEV,v 1.71 1995/02/17 12:32:34 bde Exp $
# $Id: MAKEDEV,v 1.72 1995/02/22 23:52:58 jmz Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -581,7 +581,7 @@ cuaa?|cua?)
umask 77
;;
ttyd?|tty?)
tty0?|ttyd?|tty?)
unit=`expr $i : 'tty.*\(.\)$'`
rm -f tty*d$unit
m=`ttyminor $unit`

View File

@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
# $Id: MAKEDEV,v 1.71 1995/02/17 12:32:34 bde Exp $
# $Id: MAKEDEV,v 1.72 1995/02/22 23:52:58 jmz Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -581,7 +581,7 @@ cuaa?|cua?)
umask 77
;;
ttyd?|tty?)
tty0?|ttyd?|tty?)
unit=`expr $i : 'tty.*\(.\)$'`
rm -f tty*d$unit
m=`ttyminor $unit`