Browse Source

record failed login attemps by default, aka enable /var/log/failedlogin.

pval@ millert@ ok.
OPENBSD_3_3
fgsch 21 years ago
parent
commit
cb4f26b188
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/Makefile

+ 3
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.172 2002/11/07 23:43:40 pvalchev Exp $
# $OpenBSD: Makefile,v 1.173 2002/12/15 15:39:49 fgsch Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -190,6 +190,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/log/authlog
${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/daemon
${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \
${DESTDIR}/var/log/failedlogin
${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/ftpd
${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \


Loading…
Cancel
Save