summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-28 18:28:01 +0000
committerderaadt <deraadt@openbsd.org>1996-09-28 18:28:01 +0000
commitbe089c928104ef09a0710ccbd456f346caead080 (patch)
tree3906dadb66e7d561c0471867c491b055a2b2fcd1
parentworkaround for header bug (diff)
downloadwireguard-openbsd-be089c928104ef09a0710ccbd456f346caead080.tar.xz
wireguard-openbsd-be089c928104ef09a0710ccbd456f346caead080.zip
/dev/vga is not needed anymore
-rw-r--r--etc/etc.i386/MAKEDEV8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 0c00c1274cd..a6d924c1f7b 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -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)