diff options
| author | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 12:26:43 +0000 |
|---|---|---|
| committer | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 12:26:43 +0000 |
| commit | d2f0ccccabe0507ff2229142a038eab0ac2e1b37 (patch) | |
| tree | 9e7cfbefc86d219d8d88d2d596e3789e4e7f8cea /etc/root | |
| parent | 113b2962338c60a44eeee6c138d20e8264ec5b3d (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.profile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile index b961fd2a28e1..b4def43bca3f 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.14 1997/04/03 21:42:30 brian Exp $ +# $Id: dot.profile,v 1.15 1997/09/26 08:28:19 joerg Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin export PATH @@ -9,5 +9,7 @@ export TERM PAGER=more export PAGER # make mail(1) happy: -crt=24 +#crt=24 +#set crt with no value. mail(1) will then use the system value ( stty(1) ) +crt='' export crt |
