summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-11-07 23:43:41 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-11-07 23:43:41 +0000
commit079c11df21f8989c0339db11314dc7b6787bc505 (patch)
treed00af3aff8ffe22999ee848e1e9911ad7616f282 /etc/Makefile
parent180832a23721fec812eebff3eda36f4972cd421f (diff)
Install /var/log/message 644 since the beginning and change back
newsyslog.conf to reflect that. More people seem to prefer that, and it can be easily changed if you like it another way. millert, fgs and others verbally agree
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ca39e4f69b4..e5087d0ff74 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.171 2002/09/06 21:30:22 deraadt Exp $
+# $OpenBSD: Makefile,v 1.172 2002/11/07 23:43:40 pvalchev Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -198,7 +198,7 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/var/log/lpd-errs
${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \
${DESTDIR}/var/log/maillog
- ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \
+ ${INSTALL} -c -o ${BINOWN} -g wheel -m 644 /dev/null \
${DESTDIR}/var/log/messages
${INSTALL} -c -o ${BINOWN} -g wheel -m 600 /dev/null \
${DESTDIR}/var/log/secure