From owner-cvs-all@FreeBSD.ORG Sat Feb 3 00:12:19 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C7A316A403; Sat, 3 Feb 2007 00:12:19 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E744713C442; Sat, 3 Feb 2007 00:12:18 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l130CIne053056; Sat, 3 Feb 2007 00:12:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l130CITV053055; Sat, 3 Feb 2007 00:12:18 GMT (envelope-from pjd) Message-Id: <200702030012.l130CITV053055@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 3 Feb 2007 00:12:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.8 mountd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 00:12:19 -0000 pjd 2007-02-03 00:12:18 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.8 mountd.c Log: Add support for multiple exports files. This will be useful for example for ZFS, where we have automatically generated /etc/zfs/exports file, which should not be edited directly. Discussed with: rwatson Revision Changes Path 1.29 +3 -2 src/usr.sbin/mountd/mountd.8 1.93 +142 -123 src/usr.sbin/mountd/mountd.c