From owner-freebsd-hackers Thu Mar 30 9:38:19 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 06DA637B56A; Thu, 30 Mar 2000 09:38:16 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id JAA60034; Thu, 30 Mar 2000 09:38:10 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38E39101.D62147C2@gorean.org> Date: Thu, 30 Mar 2000 09:38:09 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0325 i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-hackers@FreeBSD.ORG, rwatson@FreeBSD.ORG Subject: Re: Proposed new Bourne shell init files References: <38E2F801.548AAAF1@gorean.org> <200003300700.AAA21734@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <38E2F801.548AAAF1@gorean.org> Doug Barton writes: > : --- /usr/src/share/skel/dot.cshrc Sat Mar 25 15:23:36 2000 > : +++ /usr/src/etc/root/dot.cshrc Sat Mar 25 15:23:43 2000 > : @@ -1,4 +1,4 @@ > ... > : if ($?prompt) then > : # An interactive shell -- set some stuff up > : + set prompt = "`hostname -s`# " > : set filec > : set history = 100 > : set savehist = 100 > > Ahem. This should be `hostname -s %` unless this is only for root. I > thought that this was for everybody. Only root should have a # prompt. Grrrfl. This is entirely my fault. I diff'ed the normal user's and the root user's dot.cshrc files. Sorry Robert, I wasn't looking carefully enough. (I'm not a csh user, I think I added that disclaimer in there somewhere... :) The sh files that were attached to my post got much more careful scrutiny, rest assured. Doug -- "So, the cows were part of a dream that dreamed itself into existence? Is that possible?" asked the student incredulously. The master simply replied, "Mu." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message