From owner-cvs-all@FreeBSD.ORG Sat Apr 3 09:10:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B886416A4CE; Sat, 3 Apr 2004 09:10:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7C243D5F; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i33HA5Ge010050; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i33HA5Ai010049; Sat, 3 Apr 2004 09:10:05 -0800 (PST) (envelope-from bmilekic) Message-Id: <200404031710.i33HA5Ai010049@repoman.freebsd.org> From: Bosko Milekic Date: Sat, 3 Apr 2004 09:10:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find extern.h function.c option.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 17:10:05 -0000 bmilekic 2004/04/03 09:10:05 PST FreeBSD src repository Modified files: usr.bin/find extern.h function.c option.c Log: Give find(1) the option -acl to locate files with extended ACLs. This is similar to what ls(1) can do. It is handy to have it so that it can be used in conjunction with "-exec setfacl {} \;" (to find(1)), among others. This is the submitter's patch, but slightly modified. PR: bin/65016 Submitted by: Christian S.J. Peron Revision Changes Path 1.20 +2 -0 src/usr.bin/find/extern.h 1.49 +51 -0 src/usr.bin/find/function.c 1.21 +1 -0 src/usr.bin/find/option.c