diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-30 00:30:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-30 00:30:03 +0000 |
commit | 3f9ff75beda3a3084b4f846ba9616401055948b6 (patch) | |
tree | b241dcfc465e8888f7fec7d9615cf2d8c69180dc /config/ttys | |
parent | e66dfd0a292f0f45e057ee6ed36fc4f11f2a21c6 (diff) |
2002-09-30 Marcus Brinkmann <marcus@gnu.org>
* ttys (console): Change type column ($TERM setting) to `mach-color'.
Diffstat (limited to 'config/ttys')
-rw-r--r-- | config/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ttys b/config/ttys index 2ba59f56..14922eb3 100644 --- a/config/ttys +++ b/config/ttys @@ -2,7 +2,7 @@ # and restartsthem when they die. Note that in GNU, unlike in BSD, there # is no need to list pseudo-ttys here. -# name program type status comments +# name program type status comments -console "/libexec/getty 9600" mach on secure trusted console -#com0 "/libexec/getty 9600" dialup on secure +console "/libexec/getty 9600" mach-color on secure trusted console +#com0 "/libexec/getty 9600" dialup on secure |