summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-08-20 03:39:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-08-20 03:39:33 +0000
commitfda917db93708ea1868838ef91535de9e169dfa7 (patch)
tree0cfd8a6f7dc0c21d7323440329edffbf8c2b6828 /etc
parentd1975a8b15e28369ae37bacdb970f8c79a686ad7 (diff)
Minor numbers for tty00 and tty01 were wrong from scc*
From maximum entropy <entropy@tardis.bernstein.com>.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.pmax/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV
index 256eee77298..243a1fbc25f 100644
--- a/etc/etc.pmax/MAKEDEV
+++ b/etc/etc.pmax/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.16 1997/07/07 08:58:14 graichen Exp $
+# $OpenBSD: MAKEDEV,v 1.17 1997/08/20 03:39:32 millert Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -215,8 +215,8 @@ scc*)
unit=`expr $i : 'scc\(.*\)'`
case $unit in
0)
- mknod tty00 c 17 2
- mknod tty01 c 17 3
+ mknod tty00 c 17 0
+ mknod tty01 c 17 2
;;
*)
echo bad unit for scc in: $i