diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-04-03 21:42:42 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-04-03 21:42:42 +0000 |
| commit | 42e9ba47f8def7a728c3650ae988e31cfe05f903 (patch) | |
| tree | aeeb251f201965de4062db72aa498b6766930ed6 /etc/root | |
| parent | 66b368e835f0869b205fe1b1eac3ac3e437c1309 (diff) | |
Notes
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 ce14fb75fb46..a561ef0bbc1d 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 92dbe5feda1f..b847b0686e89 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 |
