diff options
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 |