mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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:
parent
29fe22b93f
commit
bcdd2389fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6691
@ -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`
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user