From 5e6fcb8ccce49b6f9f0da7f59106c3c86900e5a0 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Fri, 9 Aug 2002 17:34:13 +0000 Subject: [PATCH] Correct comment. We use rpcbind now, not portmap Submitted by: Mike Makonnen --- etc/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 79e14f7100e0..25430b801e29 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -69,7 +69,7 @@ #cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver #cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver # -# RPC based services (you MUST have portmapper running to use these) +# RPC based services (you MUST have rpcbind running to use these) # #rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd #rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd