Browse Source

install krb.realms with 644 perms

OPENBSD_2_4
art 26 years ago
parent
commit
1e3e962975
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.87 1998/05/23 19:22:30 millert Exp $
# $OpenBSD: Makefile,v 1.88 1998/07/05 12:53:30 art Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -87,7 +87,7 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/kerberosIV; \
${INSTALL} -c -o root -g wheel -m 644 krb.conf \
${DESTDIR}/etc/kerberosIV; \
${INSTALL} -c -o root -g wheel -m 444 krb.realms \
${INSTALL} -c -o root -g wheel -m 644 krb.realms \
${DESTDIR}/etc/kerberosIV)
(cd amd; \
${INSTALL} -c -o root -g wheel -m 644 master.sample \


Loading…
Cancel
Save