aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-01-26 23:45:34 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-01-26 23:45:34 +0000
commit707a0e9f5ca3ab4e747399bfb488af4c786fa8b7 (patch)
tree89fe350099837f430d51790f0054d5eb3a45a396 /etc
parent4f81180d76d2bfdc53bfc421a9d4d540f0853829 (diff)
downloadsrc-707a0e9f5ca3ab4e747399bfb488af4c786fa8b7.tar.gz
src-707a0e9f5ca3ab4e747399bfb488af4c786fa8b7.zip
Added creation of a symlink for ttyv0->vga when making the 'pc0' target.
Notes
Notes: svn path=/head/; revision=1025
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV3
-rw-r--r--etc/etc.i386/MAKEDEV3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 93f4e7f8f54f..176cb6240ee7 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
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 93f4e7f8f54f..176cb6240ee7 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/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