aboutsummaryrefslogtreecommitdiff
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-06-13 22:41:04 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-06-13 22:41:04 +0000
commite4d7745b19a3ee8f391f7be5322825f5362f20a4 (patch)
tree93fa19c306cbb4ffa43d0bb3d25408418ac2e308 /etc/inetd.conf
parentac9326b3cc271f7a0d0cc387d18ff3a48a3049f4 (diff)
downloadsrc-e4d7745b19a3ee8f391f7be5322825f5362f20a4.tar.gz
src-e4d7745b19a3ee8f391f7be5322825f5362f20a4.zip
Added comment about registerd and kpasswdd not working in 1.x.
Deleted commented-out line which would start mountd; that's not the right pplace to do it (don't confuse the users). Should probablyhave uncommented rpc.rstatd, but didn't.
Notes
Notes: svn path=/head/; revision=1715
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 12bad1601099..127fe26017c6 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -30,12 +30,12 @@ klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
kshell stream tcp nowait root /usr/libexec/rshd rshd -k
# Services run ONLY on the Kerberos server
+# Neither of these work in FreeBSD 1.x.
#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