From 8792aead82ed2b7c3bb245cdede0f7035f273884 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 19 Dec 1998 01:27:35 +0000 Subject: [PATCH] squish program args together more --- src/etc/inetd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index f2bf65d8..fa788247 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.29 1998/07/24 09:02:34 art Exp $ +# $OpenBSD: inetd.conf,v 1.30 1998/12/19 01:27:35 deraadt Exp $ # # Internet server configuration database # @@ -9,7 +9,7 @@ login stream tcp nowait root /usr/libexec/rlogind rlogind #exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm -ident stream tcp nowait nobody /usr/libexec/identd identd -l -o -e +ident stream tcp nowait nobody /usr/libexec/identd identd -elo #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd @@ -27,10 +27,10 @@ time stream tcp nowait root internal #time dgram udp wait root internal # Kerberos authenticated services #klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x +#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -kx #kshell stream tcp nowait root /usr/libexec/rshd rshd -k -#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k -#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k +#ekshell stream tcp nowait root /usr/libexec/rshd rshd -Lk +#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -Lk #kauth stream tcp nowait root /usr/libexec/kauthd kauthd # Encrypted X connections #kx stream tcp nowait root /usr/X11R6/bin/kxd kxd