diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-10 12:30:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-10 12:30:28 +0000 |
commit | 71ed171290ecd2a362bbe3a1ebe929d4e054eead (patch) | |
tree | 211aeb9e5c518897144b821397d05722a9d55f94 /etc/inetd.conf | |
parent | 37f9236f6d65a4f2da4ce07cd6dccaf94647cc42 (diff) |
ftpd -US; create /var/log/ftpd for wu-style log files
Diffstat (limited to 'etc/inetd.conf')
-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 52e2657b61a..b66437df401 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,15 +1,15 @@ -# $OpenBSD: inetd.conf,v 1.9 1996/07/31 05:40:23 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.10 1996/08/10 12:30:27 deraadt Exp $ # # Internet server configuration database # -ftp stream tcp nowait root /usr/libexec/ftpd ftpd -Ul +ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US telnet stream tcp nowait root /usr/libexec/telnetd telnetd 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 -ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -u nobody +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 comsat dgram udp wait root /usr/libexec/comsat comsat ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd |