Date: Mon, 26 Feb 2007 00:42:18 +0000 (UTC) From: Kirk McKusick <mckusick@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/setfacl setfacl.c Message-ID: <200702260042.l1Q0gIpw095413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2007-02-26 00:42:18 UTC FreeBSD src repository Modified files: bin/setfacl setfacl.c Log: Implement the -h flag (set an ACL on a symbolic link). Before this fix the -h flag was ignored (i.e. setfacl always set the ACL on the file pointed to by the symbolic link even when the -h flag requested that the ACL be set on the symbolic link itself). Revision Changes Path 1.13 +14 -4 src/bin/setfacl/setfacl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702260042.l1Q0gIpw095413>