From owner-cvs-all@FreeBSD.ORG Tue Aug 26 12:05:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77DC4106564A; Tue, 26 Aug 2008 12:05:44 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72DAB8FC25; Tue, 26 Aug 2008 12:05:44 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7QC5iWq034787; Tue, 26 Aug 2008 12:05:44 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7QC5iMK034786; Tue, 26 Aug 2008 12:05:44 GMT (envelope-from matteo@repoman.freebsd.org) Message-Id: <200808261205.m7QC5iMK034786@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to matteo@repoman.freebsd.org using -f From: Matteo Riondato Date: Tue, 26 Aug 2008 12:05:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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: Tue, 26 Aug 2008 12:05:44 -0000 matteo 2008-08-26 12:05:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/mountd mountd.8 mountd.c Log: SVN rev 182192 on 2008-08-26 12:05:37Z by matteo MFC r172827 r173056 Add the -h option to mountd, similar to the one in nfsd(8) -h bindip Specify specific IP addresses to bind to for TCP and UDP requests. This option may be specified multiple times. If no -h option is specified, mountd will bind to INADDR_ANY. Note that when specifying IP addresses with -h, mountd will automatically add 127.0.0.1 and if IPv6 is enabled, ::1 to the list. PR: bin/114097 Revision Changes Path 1.27.8.2 +19 -1 src/usr.sbin/mountd/mountd.8 1.81.2.8 +321 -159 src/usr.sbin/mountd/mountd.c