Fixed to use ffs instead of ufs; See PR #1790, etc.
This commit is contained in:
parent
2ea599d8f8
commit
0366d49b2d
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $Id: quota.1,v 1.4 1994/06/28 07:47:24 deraadt Exp $
|
||||
.\" $Id: quota.1,v 1.5 1996/02/01 02:33:52 jtc Exp $
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dt QUOTA 1
|
||||
@ -112,7 +112,7 @@ daemon on the
|
||||
.Nm NFS
|
||||
server.
|
||||
For
|
||||
.Nm UFS
|
||||
.Nm FFS
|
||||
filesystems, quotas must be turned on in
|
||||
.Pa /etc/fstab .
|
||||
If
|
||||
|
@ -42,7 +42,7 @@ static char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/
|
||||
static char rcsid[] = "$Id: quota.c,v 1.9 1995/06/18 11:00:49 cgd Exp $";
|
||||
static char rcsid[] = "$Id: quota.c,v 1.10 1996/02/01 02:34:36 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -452,7 +452,7 @@ getprivs(id, quotatype)
|
||||
if (strncmp(fst[i].f_fstypename, "nfs", MFSNAMELEN) == 0) {
|
||||
if (getnfsquota(&fst[i], NULL, qup, id, quotatype) == 0)
|
||||
continue;
|
||||
} else if (strncmp(fst[i].f_fstypename, "ufs",
|
||||
} else if (strncmp(fst[i].f_fstypename, "ffs",
|
||||
MFSNAMELEN) == 0) {
|
||||
/*
|
||||
* XXX
|
||||
|
Loading…
Reference in New Issue
Block a user