From owner-cvs-all@FreeBSD.ORG Sat Jun 9 09:28:31 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 4F79F16A46C; Sat, 9 Jun 2007 09:28:31 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 273C413C4B8; Sat, 9 Jun 2007 09:28:31 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l599SVpW021221; Sat, 9 Jun 2007 09:28:31 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l599SUkJ021217; Sat, 9 Jun 2007 09:28:30 GMT (envelope-from matteo) Message-Id: <200706090928.l599SUkJ021217@repoman.freebsd.org> From: Matteo Riondato Date: Sat, 9 Jun 2007 09:28:30 +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/rpcbind rpcbind.8 rpcbind.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, 09 Jun 2007 09:28:31 -0000 matteo 2007-06-09 09:28:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpcbind rpcbind.8 rpcbind.c Log: MFC: rpcbind.c: rev. 1.15, 1.16, 1.17 rpcbind.8: rev. 1.10 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP other than INADDR_ANY. 2) Add the -6 option to specify "IPv6 only". PR: 84494, 1122566 Revision Changes Path 1.7.2.2 +5 -3 src/usr.sbin/rpcbind/rpcbind.8 1.14.2.1 +223 -215 src/usr.sbin/rpcbind/rpcbind.c