diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-18 18:46:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-18 18:46:06 +0000 |
commit | 0f912d6428f83000c59672f3f681eb32373b50f0 (patch) | |
tree | 14c4647dd98320c6a33c4beeb87733863082d980 /etc/Makefile | |
parent | fa65459e86fcb259edeffea0779ee586a772b803 (diff) |
chmod proper file; chouanard@parc.xerox.com
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8032bec8026..598a7462187 100644 --- a/etc/Makefile +++ b/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 && \ |