From owner-cvs-all Wed Sep 6 10:44:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 856E637B64C; Wed, 6 Sep 2000 10:44:08 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21757; Wed, 6 Sep 2000 10:44:08 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009061744.KAA21757@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 6 Sep 2000 10:44:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/umount umount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/06 10:44:08 PDT Modified files: sbin/umount umount.c Log: Don't warn about unknown mount types, since they most likely simply mean that the right module hasn't been loaded yet (and mount(8) will do so when necessary). Revision Changes Path 1.23 +2 -4 src/sbin/umount/umount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message