Allow a higher count of started services for broadcast RPC services. Since

rpcbind version 3 and 4 clients will try broadcasts using both the old
and new protocol for IPv4, the double amount of packets may come in,
causing bogus "service looping" events in inetd.
This commit is contained in:
fvdl 2000-06-22 11:35:13 +00:00
parent dc01bcc976
commit 1840f1fa18
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: inetd.conf,v 1.35 2000/06/06 12:04:02 sommerfeld Exp $
# $NetBSD: inetd.conf,v 1.36 2000/06/22 11:35:13 fvdl Exp $
#
# Internet server configuration database
#
@ -50,8 +50,8 @@
#
# RPC based services
#
#rstatd/1-3 dgram rpc/udp wait nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/2-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rusersd rpc.rusersd
#rstatd/1-3 dgram rpc/udp wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/2-3 dgram rpc/udp wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
#walld/1 dgram rpc/udp wait nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld
#sprayd/1 dgram rpc/udp wait nobody /usr/libexec/rpc.sprayd rpc.sprayd
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
@ -71,5 +71,5 @@
#
# IPv6 RPC services.
#
#rstatd/1-3 dgram rpc/udp6 wait root /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/2-3 dgram rpc/udp6 wait root /usr/libexec/rpc.rusersd rpc.rusersd
#rstatd/1-3 dgram rpc/udp6 wait:100 root /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/2-3 dgram rpc/udp6 wait:100 root /usr/libexec/rpc.rusersd rpc.rusersd