From owner-cvs-src@FreeBSD.ORG Thu Mar 4 00:23:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A0116A4CE; Thu, 4 Mar 2004 00:23:18 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E90C343D49; Thu, 4 Mar 2004 00:23:17 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 25FB3651F7; Thu, 4 Mar 2004 08:23:16 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49098-01-2; Thu, 4 Mar 2004 08:23:15 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 98EB0651EB; Thu, 4 Mar 2004 08:23:15 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 68BF837; Thu, 4 Mar 2004 08:23:14 +0000 (GMT) Date: Thu, 4 Mar 2004 08:23:14 +0000 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040304082313.GA740@saboteur.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403040442.i244gq9R089606@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403040442.i244gq9R089606@repoman.freebsd.org> Subject: Re: cvs commit: src/usr.sbin/mountd mountd.8 mountd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 08:23:18 -0000 On Wed, Mar 03, 2004 at 08:42:52PM -0800, Bruce M Simpson wrote: > Log: > Add a new option to mountd(8), -p . This allows the user to specify > a known port for use in firewall rulesets; otherwise the port is chosen > at run-time by bindresvport(). No objection from: -security@