diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 01:27:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 01:27:36 +0000 |
commit | 8ee4cb3af823ea866ee160e1913939e71e577152 (patch) | |
tree | 33e2cefdfdb58e23b8b2f2ccb204a1f267dc40c0 /etc | |
parent | 58ca9d8743369db4e5b41a2a84c98ccf86155ea3 (diff) |
squish program args together more
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index f2bf65d84a9..fa788247339 100644 --- a/etc/inetd.conf +++ b/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 |