summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-02-24 19:26:59 +0000
committerjoerg <joerg@FreeBSD.org>1995-02-24 19:26:59 +0000
commitf148c0322940ee5b24f4a541309a2be0dccc72ca (patch)
tree1b68d3d22c0200a2cefe70878f20645ce8dad22e /etc
parent7ef3525e292051d370231bb339a622b2fe6eee0b (diff)
downloadFreeBSD-src-f148c0322940ee5b24f4a541309a2be0dccc72ca.zip
FreeBSD-src-f148c0322940ee5b24f4a541309a2be0dccc72ca.tar.gz
Allow tty0? to be an alias for tty? when creating the dev nodes.
People tend to be confused unnecessarily otherwise.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 686a77b..da18ec4 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -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`
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 686a77b..da18ec4 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -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`
OpenPOWER on IntegriCloud