Subject: Re: /bin/cp broken
To: Holger Rasch <Holger.Rasch@informatik.uni-oldenburg.de>
From: Sverre Froyen <sverre@viewmark.com>
List: current-users
Date: 11/18/2005 09:15:38
Hi,

Christis has changed cp  to make

	cp -R d1/ d2

behave the same as

	cp -R d1 d2

and fixed src/lib/libc/gen/fts.c to correct the truncated filename issue.  See
http://mail-index.netbsd.org/source-changes/2005/11/16/0023.html and 
http://mail-index.netbsd.org/source-changes/2005/11/17/0012.html

Sverre