diff options
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index bc97e5a04b6..1061adc0415 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.26 1998/06/10 07:03:43 beck Exp $ +# $OpenBSD: inetd.conf,v 1.27 1998/06/22 19:56:24 art Exp $ # # Internet server configuration database # @@ -29,8 +29,8 @@ 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 +#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k +#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k #kauth stream tcp nowait root /usr/libexec/kauthd kauthd # Encrypted X connections #kx stream tcp nowait root /usr/X11R6/bin/kxd kxd |