From owner-freebsd-standards@FreeBSD.ORG Fri Nov 12 19:09:57 2004 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0533416A4D0 for ; Fri, 12 Nov 2004 19:09:57 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7523243D53 for ; Fri, 12 Nov 2004 19:09:56 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id iACJ9paa093137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Fri, 12 Nov 2004 14:09:51 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id iACJ9o5t093134; Fri, 12 Nov 2004 14:09:50 -0500 (EST) (envelope-from wollman) Date: Fri, 12 Nov 2004 14:09:50 -0500 (EST) From: Garrett Wollman Message-Id: <200411121909.iACJ9o5t093134@khavrinen.lcs.mit.edu> To: Jordan Hubbard In-Reply-To: References: X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 cc: standards@freebsd.org Subject: Any objections to the following? X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 19:09:57 -0000 < said: > This allows: > rm -rf "" > To behave the same as: > rm -f "" > Which is to say that no diagnostic will be emitted if you're forcing > the operation (and ignoring errors). According to the Standard, only [ENOENT] diagnostics should be suppressed. -GAWollman