Don't hardcode paths to many binaries.

Stop hardcoding paths to getfattr, setfattr, attr, quota, xfs_quota,
killall, indent and xfs_copy binaries.

Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl>

- new
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Arkadiusz Miśkiewicz
2010-09-09 19:02:17 +02:00
committed by Christoph Hellwig
parent 9e75fba07d
commit 903b50fad9
15 changed files with 39 additions and 30 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ fragment_freespace()
create_attrs()
{
for foo in `seq 0 1 $1`; do
setfattr -n user.$foo -v 0xbabe $2
$SETFATTR_PROG -n user.$foo -v 0xbabe $2
done
}