diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-25 21:17:30 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-25 21:17:30 +0000 |
commit | 19a94b23a9d6062284c6f2ee211eb1dcb66f7e70 (patch) | |
tree | ad24cfb48c4a7eecceac7445bef4898572d59443 /etc/Makefile | |
parent | 8d37e1f57415e07452f28ae6e0819dd742182f25 (diff) |
fix install mode for skel/dot.rhosts
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 6a3820f396c..76ef5a343e8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2000/04/25 20:52:47 jakob Exp $ +# $OpenBSD: Makefile,v 1.110 2000/04/25 21:17:29 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -92,7 +92,7 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/skel/.mailrc; \ ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/etc/skel/.profile; \ - ${INSTALL} -c -o root -g wheel -m 644 dot.rhosts \ + ${INSTALL} -c -o root -g wheel -m 600 dot.rhosts \ ${DESTDIR}/etc/skel/.rhosts) (cd kerberosIV; \ ${INSTALL} -c -o root -g wheel -m 644 README \ |