Browse Source

squish program args together more

OPENBSD_2_5
deraadt 25 years ago
parent
commit
8792aead82
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/etc/inetd.conf

+ 5
- 5
src/etc/inetd.conf View File

@ -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


Loading…
Cancel
Save