diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-13 04:07:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-13 04:07:43 +0000 |
commit | 83967206eb214a5b523b2f943ab89e6d98d0d713 (patch) | |
tree | e3a5d26e75b82fc1ae9186a133d0b92f29ddc9ca | |
parent | 86357ae0221930878b02ed8d5af6a4fbde557ac6 (diff) |
fingerd -ls; shut down tftp
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index b66437df401..ca483107b18 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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 |