From a25d27fb0f15b68dc0524ac87960260bf1abdc4e Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 3 Apr 2007 20:58:28 +0000 Subject: Add the "-p" option, which allows to specify a port which the daemon should bind to. PR: bin/100969 Reviewed by: alfred@ MFC after: 1 week --- usr.sbin/rpc.lockd/rpc.lockd.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'usr.sbin/rpc.lockd/rpc.lockd.8') diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index 7c86bb6..0b5d348 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 24, 1995 +.Dd April 3, 2007 .Dt RPC.LOCKD 8 .Os .Sh NAME @@ -43,6 +43,7 @@ .Nm .Op Fl d Ar debug_level .Op Fl g Ar grace period +.Op Fl p Ar port .Sh DESCRIPTION The .Nm @@ -83,6 +84,12 @@ During the grace period only accepts requests from hosts which are reinitialising locks which existed before the server restart. Default is 30 seconds. +.It Fl p +The +.Fl p +option allow to force the daemon to bind to the specified +.Ar port , +for both AF_INET and AF_INET6 address families. .El .Pp Error conditions are logged to syslog, irrespective of the debug level, -- cgit v1.1