cvs commit: src/bin/rm Makefile rm.1 rm.c

[ Available lists | Index of cvs-src | Month of Oct 2005 | Week of 8 Oct 2005 | Raw email | View thread | Wrap long lines | Reply ]
From
Doug Barton <dougb@FreeBSD.org>
Date
8 Oct 2005 17:46:13
Subject
cvs commit: src/bin/rm Makefile rm.1 rm.c
Message-ID
200510081746.j98HkCGr087135@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.069 seconds