Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 09:10:05 -0800 (PST)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/find extern.h function.c option.c
Message-ID:  <200404031710.i33HA5Ai010049@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <maneo@bsdpro.com>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404031710.i33HA5Ai010049>