diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-08-15 17:32:27 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-08-15 17:32:27 +0000 |
| commit | da892a30fd2f2f48450801fa6ee335ed3e308919 (patch) | |
| tree | 524e6b458e7240de93651db9ba0a2441aa8f984d /etc | |
| parent | 891f02a785726ad99ae3376e6863e2a46a5d081c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 8bc203b6ea11a..cb1d2b22042a5 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -36,12 +36,12 @@ ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #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 -#rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd +#kip stream tcp nowait root /usr/libexec/kipd kipd # -# Services run ONLY on the Kerberos server +# CVS servers - for master CVS repositories only! # -#krbupdate stream tcp nowait root /usr/libexec/registerd registerd -#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd +#cvspserver stream tcp nowait root /usr/bin/cvs cvs pserver +#cvs stream tcp nowait root /usr/bin/cvs cvs kserver # # RPC based services (you MUST have portmapper running to use these) # |
