From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 08:18:33 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCB316A417 for ; Wed, 9 Jan 2008 08:18:33 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id C9E0713C45B for ; Wed, 9 Jan 2008 08:18:32 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m0985beT065050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Jan 2008 15:05:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m0985bga048188; Wed, 9 Jan 2008 15:05:37 +0700 (ICT) Date: Wed, 9 Jan 2008 15:05:37 +0700 (ICT) Message-Id: <200801090805.m0985bga048188@banyan.cs.ait.ac.th> From: Olivier Nicole To: Saravana.Subramanian@fadv.com In-reply-to: <93A94884439E0F428EBAC4AA0C5ABB0C995595@fadvosmail1.FADVOS.COM> (Saravana.Subramanian@fadv.com) References: <93A94884439E0F428EBAC4AA0C5ABB0C995595@fadvosmail1.FADVOS.COM> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org Subject: Re: need package name for setfacl command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 08:18:33 -0000 > I am saravana, I am using FreeBSD 4.9 Release, in that setfacl command > was not found. So I need found source package for that command to > compile and use it. Can you send the name & link to download the > package. I am no expert but from the man page of setfacl I see: HISTORY Extended Attribute and Access Control List support was developed as part of the TrustedBSD Project and introduced in FreeBSD 5.0. That means that ACL were not supported in FreeBSD 4, so even if you compile the command setfacl, you will not be able to use it. Do you really need to stay wit FreeBSD 4.9? Upgrade to 5, or even 6 is painless and highly recommended. Bests, olivier