From owner-cvs-all@FreeBSD.ORG Fri Jun 16 13:33:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 0F7B016A47A; Fri, 16 Jun 2006 13:33:06 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A98C43D6E; Fri, 16 Jun 2006 13:33:04 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GDX49G095452; Fri, 16 Jun 2006 13:33:04 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GDX4SY095451; Fri, 16 Jun 2006 13:33:04 GMT (envelope-from kib) Message-Id: <200606161333.k5GDX4SY095451@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 Jun 2006 13:33:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/setfacl setfacl.1 setfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 13:33:06 -0000 kib 2006-06-16 13:33:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/setfacl setfacl.1 setfacl.c Log: MFC rev. 1.12 of setfacl.c, rev. 1.15,1.16 of setfacl.1. Copy filename read from the stdin into the private buffer. Document the way to get list of files to process from the stdin. Approved by: kan (mentor) Revision Changes Path 1.13.2.1 +2 -0 src/bin/setfacl/setfacl.1 1.11.2.1 +5 -1 src/bin/setfacl/setfacl.c