make quotas work on ffs; from andrew@wipux2.wifo.uni-mannheim.de; netbsd pr #1790
authorderaadt <deraadt@openbsd.org>
Sat, 25 Nov 1995 16:46:23 +0000 (16:46 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 25 Nov 1995 16:46:23 +0000 (16:46 +0000)
usr.bin/quota/quota.1
usr.bin/quota/quota.c

index 2218820..e5b17ea 100644 (file)
@@ -33,7 +33,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)quota.1       8.1 (Berkeley) 6/6/93
-.\"    $Id: quota.1,v 1.1.1.1 1995/10/18 08:45:58 deraadt Exp $
+.\"    $Id: quota.1,v 1.2 1995/11/25 16:46:23 deraadt 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
index 74acc89..dc0b07f 100644 (file)
@@ -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.1.1.1 1995/10/18 08:45:58 deraadt Exp $";
+static char rcsid[] = "$Id: quota.c,v 1.2 1995/11/25 16:46:24 deraadt Exp $";
 #endif /* not lint */
 
 /*
@@ -452,8 +452,9 @@ 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",
-                   MFSNAMELEN) == 0) {
+               } else if ((strncmp(fst[i].f_fstypename, "ffs",
+                   MFSNAMELEN) == 0) || (strncmp(fst[i].f_fstypename, "ufs",
+                       MFSNAMELEN) == 0)) {
                        /*
                         * XXX
                         * UFS filesystems must be in /etc/fstab, and must