summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-18 14:11:53 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-18 14:11:53 +0000
commit0ad470ab1700385cdc238de270f5c28fe2656a1b (patch)
treea66be90c116121752e5c2ece2d0b3c4e161a8a59 /etc
parent1198436debe305d1f83b46a29c147e63ce88c0b2 (diff)
downloadFreeBSD-src-0ad470ab1700385cdc238de270f5c28fe2656a1b.zip
FreeBSD-src-0ad470ab1700385cdc238de270f5c28fe2656a1b.tar.gz
Change getty entry to start on /dev/console instead of /dev/vga, this fixes
the syslogd problem with consoles that do not respond after hupping syslogd.
Diffstat (limited to 'etc')
-rw-r--r--etc/ttys2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ttys b/etc/ttys
index 9ebcb39..dd24301 100644
--- a/etc/ttys
+++ b/etc/ttys
@@ -3,7 +3,7 @@
#
# name getty type status comments
#
-vga "/usr/libexec/getty Pc" pc3 on secure
+console "/usr/libexec/getty Pc" pc3 on secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off secure
OpenPOWER on IntegriCloud