From owner-cvs-usrbin Sat Oct 5 11:21:13 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29928 for cvs-usrbin-outgoing; Sat, 5 Oct 1996 11:21:13 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29911; Sat, 5 Oct 1996 11:21:06 -0700 (PDT) Date: Sat, 5 Oct 1996 11:21:06 -0700 (PDT) From: Peter Wemm Message-Id: <199610051821.LAA29911@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/find function.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/05 11:21:06 Modified: usr.bin/find function.c Log: For the -delete option, emulate the behavior of "rm -f" when dealing with user-immutable files. Requested by: ache Revision Changes Path 1.9 +7 -0 src/usr.bin/find/function.c