summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjtc <jtc@FreeBSD.org>1993-09-23 17:41:08 +0000
committerjtc <jtc@FreeBSD.org>1993-09-23 17:41:08 +0000
commitb4519e302839d9e55d4f47120541b4fca847ff6c (patch)
tree5fe3f26460a9f50383244d7ca9e16ee7d4228a8c /etc
parent53b6ed3870931af211dda581e199a9d774e8fd5d (diff)
downloadFreeBSD-src-b4519e302839d9e55d4f47120541b4fca847ff6c.zip
FreeBSD-src-b4519e302839d9e55d4f47120541b4fca847ff6c.tar.gz
Entries so RPC servers are started.
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 0b3f249..141138c 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -32,3 +32,8 @@ 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
+#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
OpenPOWER on IntegriCloud