summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-01-24 20:57:16 +0000
committerdg <dg@FreeBSD.org>1994-01-24 20:57:16 +0000
commit76b4ea09c1f6ce36ebd5cd542cbc1edc2316201e (patch)
tree6caadf639ff6c0a52dbc79ea4c8abe7017d11771 /etc/MAKEDEV
parent99c862546ee8f9bf4b94f43b7fced0ecea7f9300 (diff)
downloadFreeBSD-src-76b4ea09c1f6ce36ebd5cd542cbc1edc2316201e.zip
FreeBSD-src-76b4ea09c1f6ce36ebd5cd542cbc1edc2316201e.tar.gz
Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type
is still 'pc3' in /etc/ttys, and should be changed if we decide to default to syscons.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 3f37c28..93f4e7f 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.21 1993/12/24 11:36:28 rgrimes Exp $
+# $Id: MAKEDEV,v 1.22 1994/01/10 18:11:30 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -289,9 +289,6 @@ pty*)
rm -f pty%s%x; mknod pty%s%x c 6 %d; ", \
n, i, n, i, b+i, n, i, n, i, b+i); }'`
umask 77
- if [ $class = 1 ]; then
- mv ttyqf ttyv0; mv ptyqf ptyv0
- fi
;;
esac
;;
@@ -395,8 +392,8 @@ tw*)
pc*)
chr=12
minor=0
- name=vga
- rm -f ${name} kbd kbdco vgaco ttyv[0-9][0-9]
+ name=ttyv0
+ rm -f ${name} vga kbd kbdco vgaco ttyv[0-9][0-9]
mknod ${name} c ${chr} ${minor}
chown root.wheel $name
;;
OpenPOWER on IntegriCloud