cvs commit: src/usr.sbin/rpc.lockd lockd.c rpc.lockd.8
Matteo Riondato
matteo at FreeBSD.org
Fri Nov 2 07:51:53 PDT 2007
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 <bindip> 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
More information about the cvs-src
mailing list