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 | |
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')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/ttys | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 9709989d..589899f1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2002-09-30 Marcus Brinkmann <marcus@gnu.org> + + * ttys (console): Change type column ($TERM setting) to `mach-color'. + 2002-06-05 Roland McGrath <roland@frob.com> * login-.bash_login: Prepend ~/ to file names. 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 |