Date: Thu, 10 Oct 2002 09:47:21 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattr rmextattr.8 rmextattr.c Message-ID: <200210101647.g9AGlLRQ015023@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/10 09:47:21 PDT
Modified files:
usr.sbin/extattr rmextattr.8 rmextattr.c
Log:
Add -h flags to each of the *extattr(8) commands, indicating that
the command should not follow the symlink if the target file is a
symlink. Invoke the extattr_*_link(2) version of the system call
in that situation, instead of extattr_*_file(2). This is
consistent with other attribute management tools in the system.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.2 +7 -4 src/usr.sbin/extattr/rmextattr.8
1.3 +36 -16 src/usr.sbin/extattr/rmextattr.c
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?200210101647.g9AGlLRQ015023>
