|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: MAKEDEV,v 1.26 1996/09/25 13:53:36 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: MAKEDEV,v 1.27 1996/09/28 18:28:01 deraadt Exp $ |
|
|
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ |
|
|
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
@ -126,12 +126,6 @@ ttyC*) |
|
|
rm -f ttyC$unit |
|
|
rm -f ttyC$unit |
|
|
mknod ttyC$unit c 12 $unit |
|
|
mknod ttyC$unit c 12 $unit |
|
|
chown root.wheel ttyC$unit |
|
|
chown root.wheel ttyC$unit |
|
|
case $unit in |
|
|
|
|
|
0) |
|
|
|
|
|
rm -f vga |
|
|
|
|
|
ln -s ttyC0 vga |
|
|
|
|
|
;; |
|
|
|
|
|
esac |
|
|
|
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
fd) |
|
|
fd) |
|
|