Browse Source

When the default mode on /var/log/maillog was changed to 640 the

creation of maillog as part of the distribution-etc-root-var target
was missed.  From Nathanael Rensen
OPENBSD_5_9
millert 8 years ago
parent
commit
3e2b6d0fd2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.419 2016/01/27 20:52:41 sthen Exp $
# $OpenBSD: Makefile,v 1.420 2016/02/15 17:19:56 millert Exp $
TZDIR= /usr/share/zoneinfo TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain LOCALTIME= Canada/Mountain
@ -183,7 +183,7 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/log/lastlog ${DESTDIR}/var/log/lastlog
${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/lpd-errs ${DESTDIR}/var/log/lpd-errs
${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \
${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
${DESTDIR}/var/log/maillog ${DESTDIR}/var/log/maillog
${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \ ${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \
${DESTDIR}/var/log/messages ${DESTDIR}/var/log/messages


Loading…
Cancel
Save