diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-21 15:31:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-21 15:31:19 +0000 |
commit | 8d42ae3032e3fcc532dee602074a211ef31928d6 (patch) | |
tree | 851b77166866c052e7c84914c67672277140357c /etc | |
parent | 63e707f3ba321736a648df82b7f4125a6bf6e209 (diff) |
Sync mode of authlog to what mtree/special says.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 23a290367fb..437724e79fc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 |