From c74ce23fd56cc30516e3db5452f1e4498e1aee68 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 25 Oct 2000 16:38:18 +0000 Subject: In stty line enable ^T (status) as well. --- distrib/pc532/floppies/inst/dot.profile | 6 +++--- distrib/pc532/floppies/upgr/dot.profile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'distrib/pc532') diff --git a/distrib/pc532/floppies/inst/dot.profile b/distrib/pc532/floppies/inst/dot.profile index 791a0f733f2..257731800d3 100644 --- a/distrib/pc532/floppies/inst/dot.profile +++ b/distrib/pc532/floppies/inst/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:06 todd Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:13 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -41,8 +41,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty werase ^W intr ^C kill ^U erase ^? + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty werase ^W intr ^C kill ^U erase ^? status ^T echo '' # run update, so that installed software is written as it goes. diff --git a/distrib/pc532/floppies/upgr/dot.profile b/distrib/pc532/floppies/upgr/dot.profile index 20ce085b52d..c3bcc9e2c8a 100644 --- a/distrib/pc532/floppies/upgr/dot.profile +++ b/distrib/pc532/floppies/upgr/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:08 todd Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:13 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -41,8 +41,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # set up some sane defaults - echo 'erase ^?, werase ^W, kill ^U, intr ^C' - stty newcrt werase ^W intr ^C kill ^U erase ^? 9600 + echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' + stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 echo '' # run update, so that installed software is written as it goes. -- cgit v1.2.3