NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/43751: ls -L returns wrong exit code
Fri, Aug 13, 2010 at 06:25:02PM +0000, Valeriy E. Ushakov:
> The following reply was made to PR bin/43751; it has been noted by GNATS.
>
> From: "Valeriy E. Ushakov" <uwe%stderr.spb.ru@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: bin/43751: ls -L returns wrong exit code
> Date: Fri, 13 Aug 2010 22:22:49 +0400
>
> On Fri, Aug 13, 2010 at 10:12:11 -0700, john heasley wrote:
>
> > -static void display(FTSENT *, FTSENT *);
> > +static void display(FTSENT *, FTSENT *, int);
>
> Instead of passing options around, just introduce a global variable
> for the -L flag.
ok, after that, you're ok with this change?
> Might be a good time to add -H support too.
meaning this (from solaris)?
-H If an argument is a symbolic link that refer-
ences a directory, this option evaluates the
file information and file type of the directory
that the link references, rather than those of
the link itself. However, the name of the link
is displayed, rather than the referenced direc-
tory.
Home |
Main Index |
Thread Index |
Old Index