Browse Source

Drop the ttyflags message.

suggested by and ok deraadt@ ("I think we never hang there anymore")
OPENBSD_6_5
ajacoutot 5 years ago
parent
commit
4c4f62975d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc

+ 1
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.530 2019/01/12 17:05:00 kettenis Exp $
# $OpenBSD: rc,v 1.531 2019/01/24 05:14:02 ajacoutot Exp $
# System startup script run by init on autoboot or after single-user.
# Output and error are redirected to console by init, and the console is the
@ -382,7 +382,6 @@ ln -fh /bsd /bsd.booted
rm -f /fastboot
# Set flags on ttys.
echo 'setting tty flags'
ttyflags -a
# Set keyboard encoding.


Loading…
Cancel
Save