summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-01-26 23:45:34 +0000
committerdg <dg@FreeBSD.org>1994-01-26 23:45:34 +0000
commit4b3f7a255e7a540550935e42135d8f66c5f4aa01 (patch)
tree89fe350099837f430d51790f0054d5eb3a45a396 /etc/MAKEDEV
parentfe130fa61c99477e24a9839d2f3efe4375c6124c (diff)
downloadFreeBSD-src-4b3f7a255e7a540550935e42135d8f66c5f4aa01.zip
FreeBSD-src-4b3f7a255e7a540550935e42135d8f66c5f4aa01.tar.gz
Added creation of a symlink for ttyv0->vga when making the 'pc0' target.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 93f4e7f..176cb62 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.22 1994/01/10 18:11:30 ache Exp $
+# $Id: MAKEDEV,v 1.23 1994/01/24 20:57:16 davidg Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -396,6 +396,7 @@ pc*)
rm -f ${name} vga kbd kbdco vgaco ttyv[0-9][0-9]
mknod ${name} c ${chr} ${minor}
chown root.wheel $name
+ ln -s ${name} vga
;;
# Use this to create virtual consoles for syscons, pcvt or codrv
OpenPOWER on IntegriCloud