Browse Source

fix install mode for skel/dot.rhosts

OPENBSD_2_7
jakob 24 years ago
parent
commit
214e017d81
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -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 \


Loading…
Cancel
Save