Browse Source

add #kx; and reindent what art failed to indent!

OPENBSD_2_3
deraadt 26 years ago
parent
commit
0144e4e7b1
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      src/etc/inetd.conf

+ 6
- 4
src/etc/inetd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.22 1998/02/18 07:26:44 art Exp $
# $OpenBSD: inetd.conf,v 1.23 1998/04/02 20:46:05 deraadt Exp $
#
# Internet server configuration database
#
@ -29,9 +29,11 @@ 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
#kauth stream tcp nowait root /usr/libexec/kauthd kauthd
#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k -x
#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k -x
#kauth stream tcp nowait root /usr/libexec/kauthd kauthd
# Encrypted X connections
#kx stream tcp nowait root /usr/X11R6/bin/kxd kxd
# Services run ONLY on the Kerberos server
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd


Loading…
Cancel
Save