From 69c45eda3e191e7e3a10d08dff286c5bfdf6c6c3 Mon Sep 17 00:00:00 2001 From: art <> Date: Mon, 22 Jun 1998 19:56:24 +0000 Subject: [PATCH] the -x option to rshd does not exist --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index bc97e5a0..1061adc0 100644 --- a/src/etc/inetd.conf +++ b/src/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