diff options
author | 1998-04-02 20:46:05 +0000 | |
---|---|---|
committer | 1998-04-02 20:46:05 +0000 | |
commit | 3798f2b5d52f9c835f2916a9e71c4c0d2ab19f4d (patch) | |
tree | b90775f85adaa3e25d9a860396b76c9cf4a00113 | |
parent | add more SiS products (diff) | |
download | wireguard-openbsd-3798f2b5d52f9c835f2916a9e71c4c0d2ab19f4d.tar.xz wireguard-openbsd-3798f2b5d52f9c835f2916a9e71c4c0d2ab19f4d.zip |
add #kx; and reindent what art failed to indent!
-rw-r--r-- | etc/inetd.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index bef10fe837c..25108592fa2 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.22 1998/02/18 07:26:44 art Exp $ +# $OpenBSD: inetd.conf,v 1.23 1998/04/02 20:46:05 deraadt Exp $ # # Internet server configuration database # @@ -29,9 +29,11 @@ time stream tcp nowait root internal #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 -#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k -x -#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k -x -#kauth stream tcp nowait root /usr/libexec/kauthd kauthd +#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k -x +#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k -x +#kauth stream tcp nowait root /usr/libexec/kauthd kauthd +# Encrypted X connections +#kx stream tcp nowait root /usr/X11R6/bin/kxd kxd # 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 |