repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xset: New module.
[gnulib.git]
/
modules
/
qcopy-acl
blob
c0e5b6a8f8953c37d4e31dea35462d87ed93d494
1
Description:
2
Copy access control list from one file to another. (Unportable.)
3
4
Files:
5
lib/qcopy-acl.c
6
7
Depends-on:
8
acl-permissions
9
10
configure.ac:
11
12
Makefile.am:
13
lib_SOURCES += qcopy-acl.c
14
15
Include:
16
"acl.h"
17
18
Link:
19
$(LIB_ACL)
20
21
License:
22
GPL
23
24
Maintainer:
25
Paul Eggert, Jim Meyering