diff options
author | 1996-08-10 12:30:27 +0000 | |
---|---|---|
committer | 1996-08-10 12:30:27 +0000 | |
commit | 4b3ea1d3355c35a8835093f515f4737fbd5d98c0 (patch) | |
tree | d9be59414e1e25cf15925df8e829d072ae5967f6 | |
parent | ncr53cxxx assembler by osymh@msu.oscs.montana.edu; with a touch more (diff) | |
download | wireguard-openbsd-4b3ea1d3355c35a8835093f515f4737fbd5d98c0.tar.xz wireguard-openbsd-4b3ea1d3355c35a8835093f515f4737fbd5d98c0.zip |
ftpd -US; create /var/log/ftpd for wu-style log files
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/inetd.conf | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 1fa498aed47..40d3c2264e8 100644 --- a/etc/Makefile +++ b/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 @@ -110,6 +110,8 @@ distribution: distrib-dirs 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 \ ${DESTDIR}/var/msgs/bounds 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 |