diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-06 23:06:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-06 23:06:10 +0000 |
| commit | 634225d12eb690980b3ed3cb535cac44cf38cadc (patch) | |
| tree | 5b18a3ab1140308a160c9f9c1f051b1dc6077b6a | |
| parent | a81b757af0da2d70b04d064810b0f7f3591d4fd7 (diff) | |
Notes
| -rw-r--r-- | etc/MAKEDEV | 6 | ||||
| -rw-r--r-- | etc/etc.i386/MAKEDEV | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 9fb930b168112..df8672a844024 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -70,7 +70,7 @@ # socksys iBCS2 socket system driver # vat VAT compatibility audio driver (requires snd*) # -# $Id: MAKEDEV,v 1.56 1994/12/04 23:50:40 ache Exp $ +# $Id: MAKEDEV,v 1.57 1994/12/06 19:50:17 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -470,7 +470,7 @@ speaker) cuaa?|cua?) umask 7 - unit=`expr $i : 'cuaa*\(.\)$'` + unit=`expr $i : 'cua*\(.\)$'` rm -f cua*a$unit m=`ttyminor $unit` mknod cuaa$unit c 28 `expr $m + 128` @@ -481,7 +481,7 @@ cuaa?|cua?) ;; ttyd?|tty?) - unit=`expr $i : 'ttyd*\(.\)$'` + unit=`expr $i : 'tty*\(.\)$'` rm -f tty*d$unit m=`ttyminor $unit` mknod ttyd$unit c 28 $m diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 9fb930b168112..df8672a844024 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -70,7 +70,7 @@ # socksys iBCS2 socket system driver # vat VAT compatibility audio driver (requires snd*) # -# $Id: MAKEDEV,v 1.56 1994/12/04 23:50:40 ache Exp $ +# $Id: MAKEDEV,v 1.57 1994/12/06 19:50:17 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -470,7 +470,7 @@ speaker) cuaa?|cua?) umask 7 - unit=`expr $i : 'cuaa*\(.\)$'` + unit=`expr $i : 'cua*\(.\)$'` rm -f cua*a$unit m=`ttyminor $unit` mknod cuaa$unit c 28 `expr $m + 128` @@ -481,7 +481,7 @@ cuaa?|cua?) ;; ttyd?|tty?) - unit=`expr $i : 'ttyd*\(.\)$'` + unit=`expr $i : 'tty*\(.\)$'` rm -f tty*d$unit m=`ttyminor $unit` mknod ttyd$unit c 28 $m |
