Browse Source

Sync mode of authlog to what mtree/special says.

OPENBSD_2_2
millert 27 years ago
parent
commit
b50238b794
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.73 1997/10/21 01:32:31 millert Exp $
# $OpenBSD: Makefile,v 1.74 1997/10/21 15:31:18 millert Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -136,7 +136,7 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/cron/log
${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/db/locate.database
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
${DESTDIR}/var/log/authlog
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/daemon


Loading…
Cancel
Save