From 4e331179db88bbc02164efe9023d3fbe593fa77d Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 18 Jul 2000 18:46:05 +0000 Subject: [PATCH] chmod proper file; chouanard@parc.xerox.com --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 8032bec8..598a7462 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.113 2000/06/25 16:04:03 naddy Exp $ +# $OpenBSD: Makefile,v 1.114 2000/07/18 18:46:05 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -59,7 +59,7 @@ distribution-etc-root-var: distrib-dirs cat sysctl.conf etc.${MACHINE}/sysctl.conf > ${DESTDIR}/etc/sysctl.conf && \ chown ${BINOWN} ${DESTDIR}/etc/sysctl.conf && \ chgrp ${BINGRP} ${DESTDIR}/etc/sysctl.conf && \ - chmod 644 ${DESTDIR}/etc/ttys + chmod 644 ${DESTDIR}/etc/sysctl.conf cat fbtab.head etc.${MACHINE}/fbtab fbtab.tail > ${DESTDIR}/etc/fbtab && \ chown ${BINOWN} ${DESTDIR}/etc/fbtab && \ chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \