summaryrefslogtreecommitdiff
path: root/quotaon_xfs.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-08-22 13:03:24 +0000
committerjkar8572 <jkar8572>2007-08-22 13:03:24 +0000
commit464de49af48dbc838bef288abe34805964b60125 (patch)
tree05bc7e37d922cd6a328e2c16138b3c19bfb07eaa /quotaon_xfs.c
parent6c1c1f4546b2b12c1ad4549ebc55f39ecabf8646 (diff)
Cleaned up host access handling in rpc.rquotad (Jan Kara)
Added allow_severity and deny_severity variables for older versions of libwrap (Martin Jacobs) Added MPFS to the list of supported filesystems (Dave Boone) Configure script now correctly reports checking of libwrap (Jan Kara)
Diffstat (limited to 'quotaon_xfs.c')
-rw-r--r--quotaon_xfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotaon_xfs.c b/quotaon_xfs.c
index 5707619..657edfb 100644
--- a/quotaon_xfs.c
+++ b/quotaon_xfs.c
@@ -114,7 +114,7 @@ static int xfs_state_check(int qcmd, int type, int flags, char *dev, int roothac
return -1;
case Q_XFS_QUOTAOFF:
if (xopts == XFS_QUOTA_UDQ_ACCT || xopts == XFS_QUOTA_GDQ_ACCT) {
- errstr(_("Cannot switch off %s quota"
+ errstr(_("Cannot switch off %s quota "
"accounting on %s when enforcement is on\n"),
type2name(type), dev);
return -1;