From owner-freebsd-bugs Wed Feb 26 16:13:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13895 for bugs-outgoing; Wed, 26 Feb 1997 16:13:28 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA13864; Wed, 26 Feb 1997 16:13:12 -0800 (PST) Received: from campa.panke.de (anonymous223.ppp.cs.tu-berlin.de [130.149.17.223]) by mail.cs.tu-berlin.de (8.8.5/8.8.5) with SMTP id AAA29651; Thu, 27 Feb 1997 00:59:50 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id AAA00334; Thu, 27 Feb 1997 00:24:14 +0100 Date: Thu, 27 Feb 1997 00:24:14 +0100 Message-Id: <199702262324.AAA00334@campa.panke.de> From: Wolfram Schneider To: Mike Pritchard Cc: freebsd-bugs@freefall.freebsd.org Subject: Re: bin/2304 In-Reply-To: <199702230510.VAA17973@freefall.freebsd.org> References: <199702230510.VAA17973@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: > Maybe it should only ignore the error if errno == EEXIST? and only if the last file name is a directory, e.g. mkdir -p /dir1/dir2/dir3/file must print an error because 'file' is not a directory. Wolfram