aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>2007-01-24 22:52:32 +0000
committerMike Pritchard <mpp@FreeBSD.org>2007-01-24 22:52:32 +0000
commitfd7b77628d10ab8e30adb344626665cd6ff61155 (patch)
tree8219e0296b45c1a9430b731e1e1ab6da9e3f98c3 /usr.sbin
parent7738029183f30ba5194ac2484a6f7d8ec0ce699e (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/quotaon/quotaon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 4bdf98206491..7d0ec7fedc36 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -177,8 +177,8 @@ quotaonoff(fs, offmode, type, qfpathname)
return (1);
}
if (vflag)
- printf("%s: %s quotas turned on\n", fs->fs_file,
- qfextension[type]);
+ printf("%s: %s quotas turned on with data file %s\n",
+ fs->fs_file, qfextension[type], qfpathname);
return (0);
}