summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2008-01-26 12:03:26 +0000
committermpp <mpp@FreeBSD.org>2008-01-26 12:03:26 +0000
commit9fdc3275bee6341e05021fe4f0acf93c1119a8dc (patch)
tree80bcf89fa926cd0bde24f74bce1441aa50e3d154 /sbin/quotacheck/Makefile
parent128f4ab0d57aea53cb4339cacdfb42a764043ab6 (diff)
downloadFreeBSD-src-9fdc3275bee6341e05021fe4f0acf93c1119a8dc.zip
FreeBSD-src-9fdc3275bee6341e05021fe4f0acf93c1119a8dc.tar.gz
Sync up quotacheck's preen.c with fsck's. This makes quotacheck
process parallel checks in the same way as fsck, since fsck supports pass numbers other than 0, 1 or 2. Without this, quotacheck would ignore file systems with pass numbers > 2. The -l (maxrun) option is now deprecated and can be tuned with pass numbers in /etc/fstab if needed.
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index b54eda3..5184bf2 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -2,10 +2,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= quotacheck
-SRCS= quotacheck.c preen.c utilities.c
+SRCS= quotacheck.c preen.c fsutil.c utilities.c
WARNS?= 2
MAN= quotacheck.8
-.PATH: ${.CURDIR}/../fsck_ffs
+.PATH: ${.CURDIR}/../fsck ${.CURDIR}/../fsck_ffs
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud