From owner-cvs-all Tue Jul 25 12: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C7B37B9F6; Tue, 25 Jul 2000 12:05:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA69201; Tue, 25 Jul 2000 12:05:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007251905.MAA69201@freefall.freebsd.org> From: Warner Losh Date: Tue, 25 Jul 2000 12:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree mtree.8 mtree.c verify.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/25 12:05:11 PDT Modified files: usr.sbin/mtree mtree.8 mtree.c verify.c Log: Add -q. this will cause the warning messages about missing directories to not be printed. This is from OpenBSD (and I think NetBSD also) and makes our mtree more compatible with other BSDs. This makes cross compilation easier than it was before. Other changes will be needed to allow NetBSD or OpenBSD to cross build on FreeBSD, but this is a start. Reviewed by: andrey Obtained from: OpenBSD Concentric Red Circles by: My own stupidity Revision Changes Path 1.27 +7 -2 src/usr.sbin/mtree/mtree.8 1.16 +6 -3 src/usr.sbin/mtree/mtree.c 1.14 +12 -4 src/usr.sbin/mtree/verify.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message