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/arc/ramdisk/dot.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/arc/ramdisk') diff --git a/distrib/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile index 051cc6b4cca..939a106d9fa 100644 --- a/distrib/arc/ramdisk/dot.profile +++ b/distrib/arc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 2000/01/30 01:21:19 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.5 2000/10/25 16:38:16 millert Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -42,8 +42,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 '' mount /dev/rd0a / -- cgit v1.2.3