Trailing slashes on file names

Craig Butler craig001 at lerwick.hopto.org
Thu Apr 8 22:25:44 UTC 2010



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



More information about the freebsd-sparc64 mailing list