Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 07:36:30 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/getfacl getfacl.1 getfacl.c src/bin/setfacl setfacl.1 setfacl.c setfacl.h
Message-ID:  <200212301536.gBUFaUi6035733@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/12/30 07:36:29 PST

  Modified files:
    bin/getfacl          getfacl.1 getfacl.c 
    bin/setfacl          setfacl.1 setfacl.c setfacl.h 
  Log:
  Add "-h" arguments to getfacl and setfacl, which behave in a manner
  similar to "-h" on chown, chmod, etc, causing the operation to occur
  on a final symlink in the provided path, rather than its target.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.6       +6 -3      src/bin/getfacl/getfacl.1
  1.9       +22 -11    src/bin/getfacl/getfacl.c
  1.8       +4 -1      src/bin/setfacl/setfacl.1
  1.7       +16 -5     src/bin/setfacl/setfacl.c
  1.4       +1 -0      src/bin/setfacl/setfacl.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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