diff --git a/common.dump b/common.dump index 2ed5e100..c3b6cea0 100644 --- a/common.dump +++ b/common.dump @@ -1345,6 +1345,8 @@ _check_quota_entries() # # If on IRIX then look for: # xfsrestore: use 'edquota' to restore quotas +# Else look for: +# xfsrestore: use 'xfs_quota' to restore quotas # _check_quota_dumprestore() { @@ -1356,7 +1358,8 @@ _check_quota_dumprestore() else _check_quota 'user quota information' \ 'group quota information' \ - 'project quota information' + 'project quota information' | \ + sed "/xfsrestore:.*use 'xfs_quota' to restore quotas/d" fi }