Subject: bin/71: ls -lR has problems with sym-links in sub-directories
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 01/13/1994 12:35:04
>Number: 71
>Category: bin
>Synopsis: ls -lR has problems with sym-links in sub-directories
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: gnats-admin (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 13 12:35:02 1994
>Originator: Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:
>Environment:
System: NetBSD ed209 0.9a ED209#0 i386
Machine: i386
>Description:
ls -lR has problems with sym-links in sub-directories.
>How-To-Repeat:
% mkdir -p x/y
% ln -s /netbsd x/y
% ls -lR x
total 1
drwxr-xr-x 2 thomas staff 512 Jan 13 21:24 y
x/y:
total 1
ls: x/y/netbsd: No such file or directory
lrwxr-xr-x 1 thomas staff 7 Jan 13 21:24 netbsd
>Fix:
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------