Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 1998 09:08:10 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        Peter Hawkins <thepish@FreeBSD.ORG>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: conf/7613 
Message-ID:  <2380.904547290@axl.training.iafrica.com>
In-Reply-To: Your message of "Sat, 29 Aug 1998 22:41:40 MST." <199808300541.WAA24878@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Sat, 29 Aug 1998 22:41:40 MST, Peter Hawkins wrote:

> merge from current PR7613 (let mail use system defaults for pagination
> size)

Hi Peter,

Something went wrong with that merge from current. Look at the diff
reflecting your changes and you'll notice you've blatted the line that
exports the crt envar.

Ciao,
Sheldon.

===================================================================
RCS file: /home/ncvs/src/etc/root/dot.profile,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -p -u -r1.10.2.3 -r1.10.2.4
--- src/etc/root/dot.profile    1998/02/15 14:31:55     1.10.2.3
+++ /home/ncvs/src/etc/root/dot.profile 1998/08/30 05:40:18     1.10.2.4
@@ -1,4 +1,4 @@
-#      $Id: dot.profile,v 1.10.2.3 1998/02/15 14:31:55 jkh Exp $
+#      $Id: dot.profile,v 1.10.2.4 1998/08/30 05:40:18 thepish 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
-export crt
+#crt=24
+#set crt with no value. mail(1) will then use the system value ( stty(1) )
+crt=''
+


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2380.904547290>