From 5f555cbf962173cab5b7c8949cb002b7dd0da19e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 10 Aug 1996 12:30:27 +0000 Subject: [PATCH] ftpd -US; create /var/log/ftpd for wu-style log files --- src/etc/Makefile | 4 +++- src/etc/inetd.conf | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 1fa498ae..40d3c226 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 1996/08/03 20:44:17 millert Exp $ +# $OpenBSD: Makefile,v 1.21 1996/08/10 12:30:27 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -109,6 +109,8 @@ distribution: distrib-dirs ${DESTDIR}/var/log/maillog install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/messages + install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${DESTDIR}/var/log/ftpd install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/wtmp install -c -o daemon -g staff -m 664 /dev/null \ diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 52e2657b..b66437df 100644 --- a/src/etc/inetd.conf +++ b/src/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