diff options
author | brian <brian@FreeBSD.org> | 1997-04-03 21:42:42 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-04-03 21:42:42 +0000 |
commit | 896b4b35e0bfd8eafd6a6032bcfe5177a7a9d838 (patch) | |
tree | 74fbcbc180567f1b3e66b5a8d66e3d04b9d3ab1c /etc/root | |
parent | 207189b145d836b3c2d643b5a68a17524b98dac6 (diff) | |
download | FreeBSD-src-896b4b35e0bfd8eafd6a6032bcfe5177a7a9d838.zip FreeBSD-src-896b4b35e0bfd8eafd6a6032bcfe5177a7a9d838.tar.gz |
Make the default VERASE key the <-- key and remove root's
`stty's. 'nuff said.
Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.login | 2 | ||||
-rw-r--r-- | etc/root/dot.profile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/etc/root/dot.login b/etc/root/dot.login index ce14fb7..a561ef0 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -15,6 +15,4 @@ setenv MANPATH "${MANPATH}:/usr/local/interviews/man" # A righteous umask umask 22 -stty crt erase ^h - [ -x /usr/games/fortune ] && /usr/games/fortune diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 92dbe5f..b847b06 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,8 +1,6 @@ -# $Id: dot.profile,v 1.12 1997/02/23 09:21:14 peter Exp $ +# $Id: dot.profile,v 1.13 1997/03/06 22:24:04 joerg Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin -echo 'erase ^H, kill ^U, intr ^C' -stty crt erase ^H kill ^U intr ^C export PATH HOME=/root export HOME |