Date: Fri, 30 Aug 2002 01:53:03 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattr Makefile rmextattr.8 rmextattr.c Message-ID: <200208300853.g7U8r3Du085985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk         2002/08/30 01:53:03 PDT
  Added files:
    usr.sbin/extattr     Makefile rmextattr.8 rmextattr.c 
  Log:
  Add the new userland tool for manipulating extended attributes.
  
  This will replace the existing getextattr(8) and setextattr(8) with
  a single binary responding to the names getextattr, setextattr,
  rmextattr and lsextattr.
  
  This program is not yet connected to the build.
  
  Sponsored by: DARPA and NAI Labs.
  
  Revision  Changes    Path
  1.1       +16 -0     src/usr.sbin/extattr/Makefile (new)
  1.1       +115 -0    src/usr.sbin/extattr/rmextattr.8 (new)
  1.1       +238 -0    src/usr.sbin/extattr/rmextattr.c (new)
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?200208300853.g7U8r3Du085985>
