From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6007 invoked from network); 24 Oct 2005 14:49:22 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Oct 2005 14:49:22 -0000 Received: (qmail 73529 invoked from network); 24 Oct 2005 14:49:15 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 14:49:15 -0000 Received: (qmail 25378 invoked by alias); 24 Oct 2005 14:49:06 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9552 Received: (qmail 25369 invoked from network); 24 Oct 2005 14:49:06 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Oct 2005 14:49:06 -0000 Received: (qmail 72472 invoked from network); 24 Oct 2005 14:49:05 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 24 Oct 2005 14:49:03 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IOV00A8OD5N2H00@vms046.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 24 Oct 2005 09:49:00 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j9OEmv6H019581; Mon, 24 Oct 2005 07:48:58 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j9OEmvQF019580; Mon, 24 Oct 2005 07:48:57 -0700 Date: Mon, 24 Oct 2005 14:48:57 +0000 From: Bart Schaefer Subject: Re: Named directory pointing to a symbolic link In-reply-to: To: Jean Chalard , zsh-users@sunsite.dk Message-id: <1051024144857.ZM19579@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: Comments: In reply to Jean Chalard "Named directory pointing to a symbolic link" (Oct 24, 1:04pm) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Oct 24, 1:04pm, Jean Chalard wrote: } } I've run into a behaviour I wasn't expecting with named directories on } FreeBSD. [...] } } It seems to me like the 'www' variable (which ought to be unset when I } start the shell, it's not like it should be a special variable [...] } } I can reproduce it on another FreeBSD where zsh is installed the } vanilla way and where I don't have any configuration files. The most obvious answer is that there really is a user named "www"; perhaps the dummy user that runs the apache httpd or some such. Have you tried grep www /etc/passwd ??