From owner-cvs-all@FreeBSD.ORG Thu Nov 1 20:13:34 2007 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 65CF316A417; Thu, 1 Nov 2007 20:13:34 +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 5215913C481; Thu, 1 Nov 2007 20:13:34 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lA1KDYHg003725; Thu, 1 Nov 2007 20:13:34 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA1KDY28003724; Thu, 1 Nov 2007 20:13:34 GMT (envelope-from matteo) Message-Id: <200711012013.lA1KDY28003724@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 1 Nov 2007 20:13:34 +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/rpc.statd rpc.statd.8 statd.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: Thu, 01 Nov 2007 20:13:34 -0000 matteo 2007-11-01 20:13:34 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd rpc.statd.8 statd.c Log: Add the -h option to rpc.statd, similar to the one in nfsd(8) and in mountd(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, rpc.statd will bind to INADDR_ANY. Note that when specifying IP addresses with -h, rpc.statd will automatically add 127.0.0.1 and if IPv6 is enabled, ::1 to the list. (coming for rpc.lockd too) PR: bin/98500 MFC after: 1 week Revision Changes Path 1.15 +19 -1 src/usr.sbin/rpc.statd/rpc.statd.8 1.16 +317 -91 src/usr.sbin/rpc.statd/statd.c