Browse Source

/dev/vga is not needed anymore

OPENBSD_2_0
deraadt 28 years ago
parent
commit
00a7fa05e6
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/etc/etc.i386/MAKEDEV

+ 1
- 7
src/etc/etc.i386/MAKEDEV View File

@ -1,6 +1,6 @@
#!/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 $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -126,12 +126,6 @@ ttyC*)
rm -f ttyC$unit
mknod ttyC$unit c 12 $unit
chown root.wheel ttyC$unit
case $unit in
0)
rm -f vga
ln -s ttyC0 vga
;;
esac
;;
fd)


Loading…
Cancel
Save