From 80ead4068877d174f6d3cacdc16d14c0ce53ec6d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 28 Sep 1996 18:28:02 +0000 Subject: /dev/vga is not needed anymore --- etc/etc.i386/MAKEDEV | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'etc') 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) -- cgit v1.2.3