From owner-cvs-all Fri Aug 30 1:53: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED12837B400; Fri, 30 Aug 2002 01:53:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E32943E3B; Fri, 30 Aug 2002 01:53:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7U8r3JU085986; Fri, 30 Aug 2002 01:53:03 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7U8r3Du085985; Fri, 30 Aug 2002 01:53:03 -0700 (PDT) Message-Id: <200208300853.g7U8r3Du085985@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 30 Aug 2002 01:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/extattr Makefile rmextattr.8 rmextattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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