summaryrefslogtreecommitdiffstats
path: root/etc/root
diff options
context:
space:
mode:
authorthepish <thepish@FreeBSD.org>1998-08-14 12:26:43 +0000
committerthepish <thepish@FreeBSD.org>1998-08-14 12:26:43 +0000
commite0dded8d46d143ff38317fa98e0e1a2842a78bc3 (patch)
treedeea046e0ab0c631e6e6472a2f9760d1641e1863 /etc/root
parentac607ab8a6ec985b75fc1a0b5e734e95bf1f2515 (diff)
downloadFreeBSD-src-e0dded8d46d143ff38317fa98e0e1a2842a78bc3.zip
FreeBSD-src-e0dded8d46d143ff38317fa98e0e1a2842a78bc3.tar.gz
PR: 7613
Submitted by: axl@iafrica.com change default setting of the crt env var from 24 to blank (mail(1) then uses stty(1) setting
Diffstat (limited to 'etc/root')
-rw-r--r--etc/root/dot.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index b961fd2..b4def43b 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
OpenPOWER on IntegriCloud