diff options
author | 1998-12-19 01:27:35 +0000 | |
---|---|---|
committer | 1998-12-19 01:27:35 +0000 | |
commit | e781750b72a85afbcbe015fc8bbbe5dee6bd38e4 (patch) | |
tree | a51cc13c0bb125b8b2688f4860f7545785de4eae | |
parent | less cryptic message on pty allocation failure (diff) | |
download | wireguard-openbsd-e781750b72a85afbcbe015fc8bbbe5dee6bd38e4.tar.xz wireguard-openbsd-e781750b72a85afbcbe015fc8bbbe5dee6bd38e4.zip |
squish program args together more
-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 |