From owner-freebsd-bugs Fri Aug 14 05:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18161 for freebsd-bugs-outgoing; Fri, 14 Aug 1998 05:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18152 for ; Fri, 14 Aug 1998 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA04076; Fri, 14 Aug 1998 05:50:00 -0700 (PDT) Date: Fri, 14 Aug 1998 05:50:00 -0700 (PDT) Message-Id: <199808141250.FAA04076@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Sheldon Hearn Subject: Re: conf/7613: src/etc/root/dot.profile sets bogus crt envariable Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/7613; it has been noted by GNATS. From: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Cc: Subject: Re: conf/7613: src/etc/root/dot.profile sets bogus crt envariable Date: Fri, 14 Aug 1998 14:45:34 +0200 It would seem that src/share/skel/dot.profile also needs to be patched. Sorry, I should have been more careful when posting originally. An additional patch follows. Ciao, Sheldon. --- /usr/src/share/skel/dot.profile.ORIG Fri Aug 14 14:40:24 1998 +++ /usr/src/share/skel/dot.profile Fri Aug 14 14:40:37 1998 @@ -18,7 +18,7 @@ EDITOR=vi; export EDITOR PAGER=more; export PAGER # make mail(1) happy: -crt=24; export crt +crt=''; export crt # set ENV to a file invoked each time sh is started for interactive use. ENV=$HOME/.shrc; export ENV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message