Your message dated Mon, 5 Dec 2005 23:06:29 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line closing wishlist that is implemented in current coreutils
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Jul 2001 17:17:38 +0000
>From [EMAIL PROTECTED] Sun Jul 01 12:17:38 2001
Return-path: <[EMAIL PROTECTED]>
Received: from pd900b839.dip.t-dialin.net [::ffff:217.0.184.57]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15Gkqb-0007vq-00; Sun, 01 Jul 2001 12:17:38 -0500
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: XFMail 1.4.7p2 on Linux
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
Date: Sun, 01 Jul 2001 18:57:50 +0200 (CEST)
From: Wolfram Kleff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: mkdir -v bug
Delivered-To: [EMAIL PROTECTED]
Package: fileutils
Version: 4.1-2
mkdir doesn't check it's output. It always tells the user that it would create
a directory regardless it already exists.
> mkdir -v l l
mkdir: created directory `l'
mkdir: created directory `l'
^^^^^^^
or:
> mkdir -v l l l
mkdir: created directory `l'
mkdir: created directory `l'
^^^^^^^
mkdir: created directory `l'
^^^^^^^
or:
> mkdir -v l
mkdir: created directory `l'
> mkdir -v l
mkdir: created directory `l'
^^^^^^^
---------------------------------------
Received: (at 103007-close) by bugs.debian.org; 5 Dec 2005 22:07:01 +0000
>From [EMAIL PROTECTED] Mon Dec 05 14:07:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail15.bluewin.ch ([195.186.18.63])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EjOU9-00052Q-7O
for [EMAIL PROTECTED]; Mon, 05 Dec 2005 14:07:01 -0800
Received: from localhost (62.203.68.197) by mail15.bluewin.ch (Bluewin
7.2.069.1)
id 43852A81002CE457 for [EMAIL PROTECTED]; Mon, 5 Dec 2005 22:06:29
+0000
Received: from tpo (helo=localhost)
by localhost with local-esmtp (Exim 3.36 #1 (Debian))
id 1EjOTd-0001Sr-00
for <[EMAIL PROTECTED]>; Mon, 05 Dec 2005 23:06:29 +0100
Date: Mon, 5 Dec 2005 23:06:29 +0100 (CET)
From: Tomas Pospisek <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: closing wishlist that is implemented in current coreutils
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Sender: Tomas Pospisek <[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
> mkdir doesn't check it's output. It always tells the user that it would
> create a directory regardless it already exists.
Looks like the current behaveour is OK:
$ mkdir -v -p l l
mkdir: created directory `l'
$ mkdir -v -p l l
$ mkdir -v -p l l l
*t
--
--------------------------------------------------------
Tomas Pospisek
http://sourcepole.com - Linux & Open Source Solutions
--------------------------------------------------------
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]