pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/acl
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.
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@localhost
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
Home |
Main Index |
Thread Index |
Old Index