summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-04 19:35:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-04 19:35:27 +0000
commitc68321044edc4842b248a843798a85b6a7694fcf (patch)
tree2ef3422c6f61933f0e408a3b583165d3682b06f6 /etc/Makefile
parent827bf4599afcc82fb73f3e1878d0a8f1d844c082 (diff)
nuke default .rhosts file; from S@mSmith.net, ok millert
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 104d831a724..44a65b5bfe5 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.204 2004/05/03 15:18:19 drahn Exp $
+# $OpenBSD: Makefile,v 1.205 2004/05/04 19:35:25 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -105,9 +105,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \
${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 600 dot.rhosts \
- ${DESTDIR}/etc/skel/.rhosts
+ ${DESTDIR}/etc/skel/.profile
cd kerberosV; \
${INSTALL} -c -o root -g wheel -m 644 README \
${DESTDIR}/etc/kerberosV; \
@@ -377,7 +375,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.204 2004/05/03 15:18:19 drahn Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.205 2004/05/04 19:35:25 deraadt Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \