From owner-cvs-all Fri Aug 24 18: 9:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23DD937B407; Fri, 24 Aug 2001 18:09:35 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P19Z556817; Fri, 24 Aug 2001 18:09:35 -0700 (PDT) (envelope-from jedgar) Message-Id: <200108250109.f7P19Z556817@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 24 Aug 2001 18:09:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnuls Makefile distinfo 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 jedgar 2001/08/24 18:09:35 PDT Modified files: misc/gnuls Makefile distinfo Log: Add optional ACL support to gnuls. This causes the last field in the mode to show up as a '+' when a file/directory has extended ACLs set (per the POSIX.2e draft): -rw-rw-r--+ 1 jedgar jedgar 267 Aug 14 21:47 TODO This only works on -current systems and can be activated by defining WITH_ACL_SUPPORT when building. New versions of the GNU fileutils (i.e. 4.1) contain native ACL support but will not build without CVS versions of autoconf/automake which are not currently supported. Approved by: Maintainer Revision Changes Path 1.15 +16 -2 ports/misc/gnuls/Makefile 1.4 +1 -0 ports/misc/gnuls/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message