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
@@ -71,7 +71,7 @@ _print_logstate
# curious if FS consistent at start
if false; then
if /usr/sbin/xfs_check $SCRATCH_DEV; then
if $XFS_CHECK_PROG $SCRATCH_DEV; then
echo "*** checked ok ***"
fi
fi