bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qacl: new module, broken out from the acl module


From: Eric Blake
Subject: Re: [PATCH] qacl: new module, broken out from the acl module
Date: Mon, 29 Apr 2013 08:27:23 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5

On 04/27/2013 06:44 PM, Paul Eggert wrote:
> This is for GNU Emacs, which wants the acl functions but does
> not want 'error' invoked when they fail.

Since you are breaking the dependency on error, is there anything that
remains that requires the module to be GPL, or are we at the point where
we can consider LGPL for this module?

> +++ b/modules/qacl
> @@ -0,0 +1,36 @@
> +Description:
> +Access control lists of files.  (Unportable.)
> +
> +Files:
> +lib/acl.h
> +lib/acl-internal.h
> +lib/acl-errno-valid.c
> +lib/acl_entries.c
> +lib/file-has-acl.c
> +lib/qcopy-acl.c
> +lib/qset-acl.c
> +m4/acl.m4
> +
> +Depends-on:
> +extern-inline
> +fstat
> +stdbool
> +sys_stat
> +
> +configure.ac:
> +gl_FUNC_ACL
> +
> +Makefile.am:
> +lib_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
> +
> +Include:
> +"acl.h"
> +
> +Link:
> +$(LIB_ACL)
> +
> +License:
> +GPL
> +
> +Maintainer:
> +Paul Eggert, Jim Meyering, Bruno Haible
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]