updates to match top of tree, grpquota support, fix output to match 3.01

quota user tools.
This commit is contained in:
Nathan Scott
2001-04-04 05:42:33 +00:00
parent f6f228af70
commit fb22b1e9e2
12 changed files with 32617 additions and 36 deletions
+6 -1
View File
@@ -129,7 +129,12 @@ mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \
if src/feature -U $SCRATCH_DEV
then
ln $seq.usrquota $seq.out
if src/feature -G $SCRATCH_DEV
then
ln $seq.ugquota $seq.out
else
ln $seq.usrquota $seq.out
fi
elif src/feature -G $SCRATCH_DEV
then
ln $seq.grpquota $seq.out