Browse Source

fingerd -ls; shut down tftp

OPENBSD_2_0
deraadt 28 years ago
parent
commit
852ba5855f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/inetd.conf

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

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.10 1996/08/10 12:30:27 deraadt Exp $
# $OpenBSD: inetd.conf,v 1.11 1996/09/13 04:07:42 deraadt Exp $
#
# Internet server configuration database
#
@ -8,9 +8,9 @@ shell stream tcp nowait root /usr/libexec/rshd rshd -L
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
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -ls
ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -unobody -gkmem
tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
#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
#bootps dgram udp wait root /usr/sbin/bootpd bootpd


Loading…
Cancel
Save