Received: by mail.netbsd.org (Postfix, from userid 605) id 918B384DA5; Sun, 30 Apr 2023 20:14:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C21E784D1C for ; Sun, 30 Apr 2023 20:14:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fqkoMqsIyF4Z for ; Sun, 30 Apr 2023 20:14:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4119F84CC9 for ; Sun, 30 Apr 2023 20:14:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3ABB9FA87; Sun, 30 Apr 2023 20:14:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682885679142560" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 20:14:39 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/sysutils/acl To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230430201439.3ABB9FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682885679142560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Apr 30 20:14:39 UTC 2023 Modified Files: pkgsrc/sysutils/acl: DESCR Makefile Log Message: sysutils/acl: Rototill description Make it clear that this provides interfaces that are missing on Linux, rather than seeming like a general acl facility. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/acl/DESCR \ pkgsrc/sysutils/acl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682885679142560 Content-Disposition: inline Content-Length: 1518 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/acl/DESCR diff -u pkgsrc/sysutils/acl/DESCR:1.1 pkgsrc/sysutils/acl/DESCR:1.2 --- pkgsrc/sysutils/acl/DESCR:1.1 Sun Apr 16 20:14:47 2023 +++ pkgsrc/sysutils/acl/DESCR Sun Apr 30 20:14:39 2023 @@ -1,3 +1,5 @@ -The acl package contains the getfacl and setfacl utilities and the libacl -loadable library as well as additional files required for developing -access control list programs. +This package provides POSIX ACL interfaces on Linux; these interfaces +are typically missing on Linux systems. Specifically, it contains the +getfacl and setfacl utilities and a library "libacl", as well +as headers and man pages. When this package is installed on Linux, +one can build programs that expect POSIX ACLs. Index: pkgsrc/sysutils/acl/Makefile diff -u pkgsrc/sysutils/acl/Makefile:1.1 pkgsrc/sysutils/acl/Makefile:1.2 --- pkgsrc/sysutils/acl/Makefile:1.1 Sun Apr 16 20:14:47 2023 +++ pkgsrc/sysutils/acl/Makefile Sun Apr 30 20:14:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/04/16 20:14:47 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2023/04/30 20:14:39 gdt Exp $ DISTNAME= acl-2.3.1 CATEGORIES= sysutils @@ -6,7 +6,7 @@ MASTER_SITES= http://download.savannah.n MAINTAINER= als@thangorodrim.ch HOMEPAGE= https://savannah.nongnu.org/projects/acl -COMMENT= Commands for Manipulating POSIX Access Control Lists +COMMENT= Provides missing POSIX ACL interfaces for Linux LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 # uses linux/version.h and only tested under Linux --_----------=_1682885679142560--