summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-10-17 22:20:39 +0000
committermarcel <marcel@FreeBSD.org>2004-10-17 22:20:39 +0000
commit34bc20db3512afee443cafaf4d247df162ae7dda (patch)
tree41fbc97f54d9ed8f7ef1294301373c2fbd558950 /etc
parent7a507d9524bda03f15eb842fed72d6ba67fcf5d0 (diff)
downloadFreeBSD-src-34bc20db3512afee443cafaf4d247df162ae7dda.zip
FreeBSD-src-34bc20db3512afee443cafaf4d247df162ae7dda.tar.gz
turn off getty(8) on ttyv[0-7]. We don't support syscons on ia64 and
do not have these device special files. Where this previously failed quietly, it now emits annoying but complete messages at best and incomprehensible prefixes on average. During all of October, this is a string of 16 O's, as in: : Starting inetd. Sun Oct 17 15:09:09 PDT 2004 OOOOOOOOOOOOOOOO FreeBSD/ia64 (itanium.pn.xcllnt.net) (ttyu2) login:
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.ia64/ttys16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.ia64/ttys b/etc/etc.ia64/ttys
index d8bdb7e..3eede3b 100644
--- a/etc/etc.ia64/ttys
+++ b/etc/etc.ia64/ttys
@@ -32,15 +32,15 @@
# when going to single-user mode.
console none unknown off secure
#
-ttyv0 "/usr/libexec/getty Pc" cons25 on secure
+ttyv0 "/usr/libexec/getty Pc" cons25 off secure
# Virtual terminals.
-ttyv1 "/usr/libexec/getty Pc" cons25 on secure
-ttyv2 "/usr/libexec/getty Pc" cons25 on secure
-ttyv3 "/usr/libexec/getty Pc" cons25 on secure
-ttyv4 "/usr/libexec/getty Pc" cons25 on secure
-ttyv5 "/usr/libexec/getty Pc" cons25 on secure
-ttyv6 "/usr/libexec/getty Pc" cons25 on secure
-ttyv7 "/usr/libexec/getty Pc" cons25 on secure
+ttyv1 "/usr/libexec/getty Pc" cons25 off secure
+ttyv2 "/usr/libexec/getty Pc" cons25 off secure
+ttyv3 "/usr/libexec/getty Pc" cons25 off secure
+ttyv4 "/usr/libexec/getty Pc" cons25 off secure
+ttyv5 "/usr/libexec/getty Pc" cons25 off secure
+ttyv6 "/usr/libexec/getty Pc" cons25 off secure
+ttyv7 "/usr/libexec/getty Pc" cons25 off secure
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
# Serial terminals. The 'dialup' keyword identifies dialin lines to login,
# fingerd etc.
OpenPOWER on IntegriCloud