From owner-cvs-src@FreeBSD.ORG Mon Oct 4 19:24:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF2B16A4CE; Mon, 4 Oct 2004 19:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B2943D2D; Mon, 4 Oct 2004 19:24:28 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i94JOSxs084492; Mon, 4 Oct 2004 19:24:28 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i94JOSfT084491; Mon, 4 Oct 2004 19:24:28 GMT (envelope-from des) Message-Id: <200410041924.i94JOSfT084491@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 4 Oct 2004 19:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/rm rm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 19:24:28 -0000 des 2004-10-04 19:24:28 UTC FreeBSD src repository Modified files: bin/rm rm.c Log: The previous commit added code to rm(1) to warn about and remove any occurrences of "/" in the argument list. This corresponds to Enhancement Request Number 5 in the Austin Group TC2 Aardvark's XCU Defects Report (). Further discussion is available in the Austin Group mailing list archives (, "Defect in XCU rm") and for Austin Group members, in the Austin Group Interpretations archive (, AI-019) This commit makes that check conditional on !POSIXLY_CORRECT, since it is not strictly correct according to the current version of the standard (but is expected to be correct according to the next version, and has already been adopted by Solaris). Revision Changes Path 1.50 +2 -1 src/bin/rm/rm.c