tidy up the feature checking - can bite in either enfd/acct quota cases.

This commit is contained in:
Nathan Scott
2001-02-09 00:24:17 +00:00
parent 843d6a2ef5
commit 360099765b
+3 -3
View File
@@ -99,9 +99,9 @@ _log_traffic()
exit 1
fi
# having quota enabled means extra log traffic - evil!
$here/src/feature -u $SCRATCH_DEV && _notrun "User quota are enabled"
$here/src/feature -g $SCRATCH_DEV && _notrun "Group quota are enabled"
# having any quota enabled (acct/enfd) means extra log traffic - evil!
$here/src/feature -U $SCRATCH_DEV && _notrun "User quota are enabled"
$here/src/feature -G $SCRATCH_DEV && _notrun "Group quota are enabled"
echo " *** fiddle"
while [ $count -ge 0 ]