diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-08-31 10:53:06 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-08-31 10:53:06 +0000 |
commit | 10ca2e7bc723108ea9f9e7fb3c686a779a4a4076 (patch) | |
tree | 509ec6b52ac0d9c6ef7794b33842c76f20f7718e /etc | |
parent | 158c72e606033ccebb166d2be5939fbf3e1d476d (diff) | |
download | FreeBSD-src-10ca2e7bc723108ea9f9e7fb3c686a779a4a4076.zip FreeBSD-src-10ca2e7bc723108ea9f9e7fb3c686a779a4a4076.tar.gz |
Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root/dot.profile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile index b4def43b..aa45736 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.15 1997/09/26 08:28:19 joerg Exp $ +# $Id: dot.profile,v 1.16 1998/08/14 12:26:43 thepish Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin export PATH @@ -8,8 +8,3 @@ TERM=${TERM:-cons25} export TERM PAGER=more export PAGER -# make mail(1) happy: -#crt=24 -#set crt with no value. mail(1) will then use the system value ( stty(1) ) -crt='' -export crt |