summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-13 06:32:06 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-13 06:32:06 +0000
commit2b3bba7d0e3cf1bf94cafe8694108a51b5689e6d (patch)
tree984bb7a2f65199cc288dad7a94fcf8abb25aa112 /etc
parente00438f1660bcd5c6e002abac14394a545244532 (diff)
downloadFreeBSD-src-2b3bba7d0e3cf1bf94cafe8694108a51b5689e6d.zip
FreeBSD-src-2b3bba7d0e3cf1bf94cafe8694108a51b5689e6d.tar.gz
Disable rpc services so that inetd no longer hangs when you are not
running portmapper. These are site specific functionality and should only be enabled for sites that want them, not by default. These services REQUIRE portmapper to be running
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 141138c..d2c64ff 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -32,8 +32,10 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
# Services run ONLY on the Kerberos server
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
+#
# RPC based services
+# You MUST have portmapper running to use these!
#mountd/1 dgram rpc/udp wait root /sbin/mountd mountd
-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
-walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
+#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
+#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
OpenPOWER on IntegriCloud