Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Apr 2010 23:25:55 +0100
From:      Craig Butler <craig001@lerwick.hopto.org>
To:        Christian Weisgerber <naddy@mips.inka.de>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: Trailing slashes on file names
Message-ID:  <1270765555.51014.14.camel@main.lerwick.hopto.org>
In-Reply-To: <20100408221253.GB91950@lorvorc.mips.inka.de>
References:  <hpd6qm$2hbg$1@lorvorc.mips.inka.de> <20100406061213.GB46137@server.vk2pj.dyndns.org> <20100406114117.GA9339@lorvorc.mips.inka.de> <1270747196.21009.3.camel@main.lerwick.hopto.org> <1270752668.21009.28.camel@main.lerwick.hopto.org> <20100408221253.GB91950@lorvorc.mips.inka.de>

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



On Fri, 2010-04-09 at 00:12 +0200, Christian Weisgerber wrote:
> Craig Butler:
> 
> > checking whether chown honors trailing slash... no
> > checking whether lstat dereferences a symlink specified with a trailing slash... no
> > checking whether unlink honors trailing slashes... no
> > checking whether mkdir handles trailing slash... yes
> > checking whether mkdir handles trailing dot... yes
> > checking whether open recognizes a trailing slash... no
> > checking whether stat handles trailing slashes on directories... yes
> > checking whether stat handles trailing slashes on files... no
> > checking whether unlink honors trailing slashes... (cached) no
> 
> Is there anything at all remarkable about the filesystem the work
> directory is on?  NFS, nullfs, ...?
> 

nope, normal ports sitting on a ufs partition.

%ls -ld /usr/ports
drwxr-xr-x  69 root  wheel  1536 Apr  8 18:15 /usr/ports

%cd /usr/ports/archivers/gcpio
%ls -ld work
drwxr-xr-x  3 root  wheel  512 Apr  8 19:14 work

%df -h work
Filesystem    Size    Used   Avail Capacity  Mounted on
/dev/ad0f     447G     97G    314G    24%    /usr

%cat /etc/fstab | grep ad0f
/dev/ad0f               /usr            ufs     rw              2
2

%mount | grep ad0f
/dev/ad0f on /usr (ufs, NFS exported, local, soft-updates)

NFS exported -- is because I export a couple of directories for
installing kernels across a couple of boxes... the whole directory isn't
exported and ports isn't in /etc/exports

Cheers

Craig Butler




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