diff options
author | joerg <joerg@FreeBSD.org> | 1995-02-24 19:26:59 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-02-24 19:26:59 +0000 |
commit | f148c0322940ee5b24f4a541309a2be0dccc72ca (patch) | |
tree | 1b68d3d22c0200a2cefe70878f20645ce8dad22e /etc/etc.i386 | |
parent | 7ef3525e292051d370231bb339a622b2fe6eee0b (diff) | |
download | FreeBSD-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/etc.i386')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
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` |