From owner-cvs-all Fri Sep 13 8:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D239837B400; Fri, 13 Sep 2002 08:57:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C55343E42; Fri, 13 Sep 2002 08:57:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DFviJU037778; Fri, 13 Sep 2002 08:57:44 -0700 (PDT) (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8DFvi95037777; Fri, 13 Sep 2002 08:57:44 -0700 (PDT) Message-Id: <200209131557.g8DFvi95037777@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 13 Sep 2002 08:57:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd exports.5 mountd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/09/13 08:57:44 PDT Modified files: (Branch: RELENG_4) sbin/mountd exports.5 mountd.c Log: MFC mountd.c/1.67 and exports.5/1.20: Give a more explanatory error message for the frequent pilot error of attempting to export the non-root of a filesystem with the -alldirs option. Also merge the -quiet option that completely discards this error message upon requesting so, so you can export some mount point with -alldirs without getting complaints if there's nothing mounted at it (e. g. like /cdrom). Approved by: re Revision Changes Path 1.10.2.7 +66 -22 src/sbin/mountd/exports.5 1.39.2.5 +17 -4 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message