Subject: Re: /bin/cp broken
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: current-users
Date: 11/16/2005 22:13:45
In article <200511161418.52634.sverre@viewmark.com>,
Sverre Froyen  <sverre@viewmark.com> wrote:
>Hi,
>
>Looks like this is fallout from the change to src/lib/libc/gen/fts.c.  
>Reverting to version 1.25 makes cp behave normally.
>
>Sverre

Well, depends what you mean normally. Typically in BSD saying "foo/" means
the same as "foo/.". cp behaved inconsistently before. FreeBSD for example
copies the contents of a directory when the directory has a trailing slash
(and documents this in the manual page). Linux does not. I don't see the
missing last character you mention.

christos