From 1840f1fa1840762ebc1b25c124547b45b5adfb65 Mon Sep 17 00:00:00 2001 From: fvdl Date: Thu, 22 Jun 2000 11:35:13 +0000 Subject: [PATCH] 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. --- etc/inetd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 52fd7ebe788e..5a5bb8a23d55 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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