diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-07-04 02:06:08 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-07-04 02:06:08 +0200 |
commit | 092e123b5b9fb277382d0a1d5c19b071dedb3fec (patch) | |
tree | 644dc404c06e450dea3c52ecc3971e2a8582e119 /config/ttys | |
parent | 81979fbdac8e16fda72b492e756686c04d35c5d7 (diff) |
Add Marcus' console ttys.
* config/ttys: Add tty[1-6].
Diffstat (limited to 'config/ttys')
-rw-r--r-- | config/ttys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ttys b/config/ttys index 14922eb3..6a548d59 100644 --- a/config/ttys +++ b/config/ttys @@ -5,4 +5,10 @@ # name program type status comments console "/libexec/getty 9600" mach-color on secure trusted console +tty1 "/libexec/getty 38400" hurd on secure trusted console +tty2 "/libexec/getty 38400" hurd on secure trusted console +tty3 "/libexec/getty 38400" hurd on secure trusted console +tty4 "/libexec/getty 38400" hurd on secure trusted console +tty5 "/libexec/getty 38400" hurd on secure trusted console +tty6 "/libexec/getty 38400" hurd on secure trusted console #com0 "/libexec/getty 9600" dialup on secure |