diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-04 06:25:40 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-04 06:25:40 (EST) |
commit | 33a6d2569f677b64b40267429ff4ca713c042da7 (patch) | |
tree | 69ec2daf07b6c5040a25135c90cc32e35a7fb103 /fakeroot-doc.pkg/control |
Initial commit.fakeroot/1.18.2-1
Diffstat (limited to 'fakeroot-doc.pkg/control')
-rw-r--r-- | fakeroot-doc.pkg/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control new file mode 100644 index 0000000..4659134 --- /dev/null +++ b/fakeroot-doc.pkg/control @@ -0,0 +1,11 @@ +Package: fakeroot-doc +Architecture: all +Depends: fakeroot +Description: tool for simulating superuser privileges - documentation + fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC + (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other + file-manipulation functions, so that unprivileged users can (for instance) + populate .opk archives with root-owned files; various build tools use fakeroot + for this by default. + . + This package provides manual pages for the fakeroot tool. |