diff options
author | marcel <marcel@FreeBSD.org> | 2014-08-02 15:05:23 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2014-08-02 15:05:23 +0000 |
commit | fe5f8b1c184f8a4e5c6fbe6b1725da883886be36 (patch) | |
tree | d13f22ceb7a63f9f18fe51a140ba1263eeb2e447 /etc/etc.ia64/ttys | |
parent | c1cec10724db2cddba21f8e88a0362559b85b0bd (diff) | |
download | FreeBSD-src-fe5f8b1c184f8a4e5c6fbe6b1725da883886be36.zip FreeBSD-src-fe5f8b1c184f8a4e5c6fbe6b1725da883886be36.tar.gz |
Define both ttyu0 and ttyu1 as onifconsole. This is ideal for ia64
where the console can be on either, depending on the platform.
Diffstat (limited to 'etc/etc.ia64/ttys')
-rw-r--r-- | etc/etc.ia64/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.ia64/ttys b/etc/etc.ia64/ttys index 2da3461..7a74de3 100644 --- a/etc/etc.ia64/ttys +++ b/etc/etc.ia64/ttys @@ -41,8 +41,8 @@ ttyv7 "/usr/libexec/getty Pc" xterm off secure ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure # Serial terminals. The 'dialup' keyword identifies dialin lines to login, # fingerd etc. -ttyu0 "/usr/libexec/getty std.9600" vt100 on secure -ttyu1 "/usr/libexec/getty std.9600" dialup off secure +ttyu0 "/usr/libexec/getty std.9600" vt100 onifconsole secure +ttyu1 "/usr/libexec/getty std.9600" vt100 onifconsole secure ttyu2 "/usr/libexec/getty std.9600" dialup off secure ttyu3 "/usr/libexec/getty std.9600" dialup off secure # Dumb console |