diff options
Diffstat (limited to 'distrib/atari/inst/dot.profile')
-rw-r--r-- | distrib/atari/inst/dot.profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/atari/inst/dot.profile b/distrib/atari/inst/dot.profile index 9dfd4c1821b..4532840fd57 100644 --- a/distrib/atari/inst/dot.profile +++ b/distrib/atari/inst/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.3 2000/03/01 22:10:01 todd Exp $ +# $OpenBSD: dot.profile,v 1.4 2000/10/25 16:38:12 millert Exp $ # $NetBSD: dot.profile,v 1.2 1995/05/10 13:39:28 leo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -40,8 +40,8 @@ umask 022 set -o emacs # emacs-style command line editing # set up some sane defaults -echo 'erase ^?, werase ^H, kill ^U, intr ^C' -stty newcrt werase ^H intr ^C kill ^U erase ^? 9600 +echo 'erase ^?, werase ^H, kill ^U, intr ^C, status ^T' +stty newcrt werase ^H intr ^C kill ^U erase ^? status ^T 9600 echo '' # start running update, so that installed software is written as it goes. |