From owner-cvs-usrbin Fri Aug 29 16:13:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA05501 for cvs-usrbin-outgoing; Fri, 29 Aug 1997 16:13:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA05381; Fri, 29 Aug 1997 16:11:04 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA12267; Fri, 29 Aug 1997 16:09:49 -0700 (PDT) Date: Fri, 29 Aug 1997 16:09:49 -0700 (PDT) Message-Id: <199708292309.QAA12267@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/29 16:09:48 PDT Modified files: usr.bin/find extern.h find.1 find.h function.c option.c Log: Add -execdir which will execute the exec command in the dir of the file in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This should allow cleaning of files in /tmp to be reneabled. Obtained from: OpenBSD Revision Changes Path 1.4 +1 -0 src/usr.bin/find/extern.h 1.11 +11 -1 src/usr.bin/find/find.1 1.4 +4 -4 src/usr.bin/find/find.h 1.14 +100 -0 src/usr.bin/find/function.c 1.4 +1 -0 src/usr.bin/find/option.c