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
+4 -1
View File
@@ -84,7 +84,10 @@ _choose_gid()
_filter_repquota()
{
perl -ne 's/^(\w+)\s+([-|+])/[NAME] \2/g; print'
perl -ne "
s/^(\w+)\s+([-|+])/[NAME] \2/g;
s,$SCRATCH_DEV,[DEVICE],g;
print"
}
_qmount()