Module Name:    src
Committed By:   matt
Date:           Fri Jul 20 11:19:51 UTC 2012

Modified Files:
        src/distrib/evbppc/ramdisk: dot.profile

Log Message:
Change erase from ^H to ^? (delete).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbppc/ramdisk/dot.profile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbppc/ramdisk/dot.profile
diff -u src/distrib/evbppc/ramdisk/dot.profile:1.3 src/distrib/evbppc/ramdisk/dot.profile:1.4
--- src/distrib/evbppc/ramdisk/dot.profile:1.3	Tue Jan 18 01:27:16 2011
+++ src/distrib/evbppc/ramdisk/dot.profile	Fri Jul 20 11:19:51 2012
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.3 2011/01/18 01:27:16 matt Exp $
+# $NetBSD: dot.profile,v 1.4 2012/07/20 11:19:51 matt Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -47,8 +47,8 @@ if [ "X${DONEPROFILE}" = "X" ]; then
 	export DONEPROFILE
 
 	# set up some sane defaults
-	echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T'
-	stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T
+	echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
+	stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
 
 	# mount root read-write
 	mount -u /dev/md0a /

Reply via email to