From owner-freebsd-stable@FreeBSD.ORG Sat Oct 8 17:54:09 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DD716A41F for ; Sat, 8 Oct 2005 17:54:09 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 7567043D45 for ; Sat, 8 Oct 2005 17:54:09 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 86457 invoked by uid 399); 8 Oct 2005 17:54:08 -0000 Received: from mail1.fluidhosting.com (204.14.90.61) by mail2.fluidhosting.com with SMTP; 8 Oct 2005 17:54:08 -0000 Received: (qmail 52624 invoked by uid 399); 8 Oct 2005 17:54:08 -0000 Received: from localhost (HELO ?192.168.1.101?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 8 Oct 2005 17:54:08 -0000 Message-ID: <434807BB.3060202@FreeBSD.org> Date: Sat, 08 Oct 2005 10:54:03 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Minor Heads Up: rm(1) MFCed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 17:54:10 -0000 Howdy, This is just a quick heads up to let y'all know that I've MFCed src/bin/rm through RELENG_[456], so the code in all 3 branches is now equivalent to that in HEAD. I have tested these changes on all 4 branches, so I don't expect there to be any problems, but if there are, please mail this list and myself ASAP and we'll get it sorted out. Enjoy, Doug -------- Original Message -------- Subject: cvs commit: src/bin/rm Makefile rm.1 rm.c Date: Sat, 8 Oct 2005 17:46:12 +0000 (UTC) From: Doug Barton To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org dougb 2005-10-08 17:46:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/rm Makefile rm.1 rm.c Log: MFC through rm.c 1.53, rm.1 1.38, and Makefile 1.18. This includes the recent change to improve handling of the -P flag on read-only files, addition of the -I option for better handling of recursive deletes, a test for removal of / in the argument list, removal of clause 3 from the BSD license, some small code cleanups, and related mdoc and comment changes and improvements. The Makefile change removes a spurious SRCS=, and WARNS?= Revision Changes Path 1.12.2.3 +1 -3 src/bin/rm/Makefile 1.19.2.7 +37 -26 src/bin/rm/rm.1 1.29.2.6 +129 -28 src/bin/rm/rm.c http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/Makefile.diff?&r1=1.12.2.2&r2=1.12.2.3&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.1.diff?&r1=1.19.2.6&r2=1.19.2.7&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/bin/rm/rm.c.diff?&r1=1.29.2.5&r2=1.29.2.6&f=h