Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-21 Thread Thorsten Sauter
On Fri, Feb 21, 2003 at 11:32:25AM +0800, John Summerfield wrote: Does the target for the symlink exist? Its lack also causes that symptom. it exist. -- Thorsten Sauter [EMAIL PROTECTED] (Is there life after /sbin/halt -p?) pgp0.pgp Description: PGP

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-20 Thread Thorsten Sauter
Package: busybox-cvs Version: 0.60.99.cvs20030114-1 (not installed) Severity: normal Hi, the find applet in busybox-cvs differs to the one in busybox. I think the both should work exactly. $ find /dev/discs/*/disc(busybox) /dev/discs/disc0/disc $ find /dev/discs/*/disc

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-20 Thread Matt Kraai
On Thu, Feb 20, 2003 at 09:57:58PM +0100, Thorsten Sauter wrote: the find applet in busybox-cvs differs to the one in busybox. I think the both should work exactly. $ find /dev/discs/*/disc (busybox) /dev/discs/disc0/disc $ find /dev/discs/*/disc (busybox-cvs) find:

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-20 Thread Thorsten Sauter
On Thu, Feb 20, 2003 at 02:48:05PM -0800, Matt Kraai wrote: The shell performs glob expansion, not the command. Are you sure that /dev/discs/disc0/disc existed when you tested busybox-cvs? true. sorry about this, it's maybe an ash problem and not a bug in the find applet, but it concerns to

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-20 Thread Matt Kraai
On Fri, Feb 21, 2003 at 12:01:34AM +0100, Thorsten Sauter wrote: On Thu, Feb 20, 2003 at 02:48:05PM -0800, Matt Kraai wrote: The shell performs glob expansion, not the command. Are you sure that /dev/discs/disc0/disc existed when you tested busybox-cvs? true. sorry about this, it's maybe

Bug#181812: busybox-cvs: find applet doesn't return the same files then busybox

2003-02-20 Thread John Summerfield
On Thu, 20 Feb 2003, Thorsten Sauter wrote: Package: busybox-cvs Version: 0.60.99.cvs20030114-1 (not installed) Severity: normal Hi, the find applet in busybox-cvs differs to the one in busybox. I think the both should work exactly. $ find /dev/discs/*/disc (busybox)