summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-08 16:08:28 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 16:46:54 +0100
commit118668e381a6fef32348db52976b664bc6e72cdf (patch)
treeed3c96bf136e9fb17bdf87cce61f8525d2173eca /rules/host-attr.in
parent30557de89c1eb502f294a3d88e9e1f99e104dbfc (diff)
downloadptxdist-118668e381a6fef32348db52976b664bc6e72cdf.tar.gz
ptxdist-118668e381a6fef32348db52976b664bc6e72cdf.tar.xz
[host-attr] Added host compile for libattr.so and headers
This local build is required for other local build tools, e.g. e2fstools or other host tools which need to care about xattr on filesystems. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-attr.in')
-rw-r--r--rules/host-attr.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/host-attr.in b/rules/host-attr.in
index 4cf5ed8b4..5defa8a63 100644
--- a/rules/host-attr.in
+++ b/rules/host-attr.in
@@ -2,3 +2,10 @@
config HOST_ATTR
tristate
+ help
+ Utilities for manipulating filesystem extended attributes
+
+ A set of tools for manipulating extended attributes on
+ filesystem objects, in particular getfattr(1) and
+ setfattr(1). An attr(1) command is also provided which is
+ largely compatible with the SGI IRIX tool of the same name.