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 <bindip> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to