From owner-cvs-src@FreeBSD.ORG Fri Nov 2 14:51:53 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D164116A418; Fri, 2 Nov 2007 14:51:53 +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 C5A5E13C4B0; Fri, 2 Nov 2007 14:51:53 +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 lA2EprIM040786; Fri, 2 Nov 2007 14:51:53 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA2Epr7d040785; Fri, 2 Nov 2007 14:51:53 GMT (envelope-from matteo) Message-Id: <200711021451.lA2Epr7d040785@repoman.freebsd.org> From: Matteo Riondato Date: Fri, 2 Nov 2007 14:51:53 +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.lockd lockd.c rpc.lockd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Nov 2007 14:51:53 -0000 matteo 2007-11-02 14:51:53 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd.c rpc.lockd.8 Log: Add the -h option to rpc.lockd, similar to the one in nfsd(8), in mountd(8), and in rpc.statd(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.lockd will bind to INADDR_ANY. Note that when specifying IP addresses with -h, rpc.lockd will automatically add 127.0.0.1 and if IPv6 is enabled, ::1 to the list. PR: bin/98500 MFC after: 1 week Revision Changes Path 1.21 +328 -109 src/usr.sbin/rpc.lockd/lockd.c 1.18 +19 -1 src/usr.sbin/rpc.lockd/rpc.lockd.8