Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sgimips/ramdisk Don't set speed in the stty commands...



details:   https://anonhg.NetBSD.org/src/rev/7180934d6e5d
branches:  trunk
changeset: 534119:7180934d6e5d
user:      rafal <rafal%NetBSD.org@localhost>
date:      Wed Jul 17 14:04:59 2002 +0000

description:
Don't set speed in the stty commands, so installs still work if the user
has their console speed set to something other than 9600.

diffstat:

 distrib/sgimips/ramdisk/dot.hdprofile |  2 +-
 distrib/sgimips/ramdisk/dot.profile   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e0067cb6bc96 -r 7180934d6e5d distrib/sgimips/ramdisk/dot.hdprofile
--- a/distrib/sgimips/ramdisk/dot.hdprofile     Wed Jul 17 13:08:27 2002 +0000
+++ b/distrib/sgimips/ramdisk/dot.hdprofile     Wed Jul 17 14:04:59 2002 +0000
@@ -52,7 +52,7 @@
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
-       stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
+       stty newcrt werase ^W intr ^C kill ^U erase ^?
        echo ''
 
        TERMCAP=/.termcap ; export TERMCAP
diff -r e0067cb6bc96 -r 7180934d6e5d distrib/sgimips/ramdisk/dot.profile
--- a/distrib/sgimips/ramdisk/dot.profile       Wed Jul 17 13:08:27 2002 +0000
+++ b/distrib/sgimips/ramdisk/dot.profile       Wed Jul 17 14:04:59 2002 +0000
@@ -52,7 +52,7 @@
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
-       stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
+       stty newcrt werase ^W intr ^C kill ^U erase ^?
        echo ''
 
        # mount the ramdisk read write



Home | Main Index | Thread Index | Old Index