From owner-freebsd-bugs Mon Aug 31 00:09:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04972 for freebsd-bugs-outgoing; Mon, 31 Aug 1998 00:09:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from axl.training.iafrica.com (axl.training.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04955; Mon, 31 Aug 1998 00:09:22 -0700 (PDT) (envelope-from sheldonh@axl.training.iafrica.com) Received: from sheldonh (helo=axl.training.iafrica.com) by axl.training.iafrica.com with local-esmtp (Exim 1.92 #1) id 0zDO4Q-0000cP-00; Mon, 31 Aug 1998 09:08:10 +0200 From: Sheldon Hearn To: Peter Hawkins cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/7613 In-reply-to: Your message of "Sat, 29 Aug 1998 22:41:40 MST." <199808300541.WAA24878@freefall.freebsd.org> Date: Mon, 31 Aug 1998 09:08:10 +0200 Message-ID: <2380.904547290@axl.training.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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