Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc Pull up rev. 1.36:



details:   https://anonhg.NetBSD.org/src/rev/58a8e75b939c
branches:  netbsd-1-5
changeset: 488295:58a8e75b939c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 27 21:41:40 2000 +0000

description:
Pull up rev. 1.36:
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.

diffstat:

 etc/inetd.conf |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 41498edfa577 -r 58a8e75b939c etc/inetd.conf
--- a/etc/inetd.conf    Tue Jun 27 21:35:32 2000 +0000
+++ b/etc/inetd.conf    Tue Jun 27 21:41:40 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: inetd.conf,v 1.35 2000/06/06 12:04:02 sommerfeld Exp $
+#      $NetBSD: inetd.conf,v 1.35.2.1 2000/06/27 21:41:40 thorpej 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



Home | Main Index | Thread Index | Old Index