Browse Source

install afs configuration

OPENBSD_2_4
art 26 years ago
parent
commit
289d93f9cc
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      src/etc/Makefile

+ 10
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.90 1998/09/08 20:26:40 marc Exp $
# $OpenBSD: Makefile,v 1.91 1998/09/15 18:18:14 art Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -131,6 +131,15 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/ppp; \
${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \
${DESTDIR}/etc/ppp)
(cd afs; \
${INSTALL} -c -o root -g wheel -m 644 afsd.conf \
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 ThisCell \
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 CellServDB \
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 README \
${DESTDIR}/etc/afs)
cd namedb; ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \
${DESTDIR}/var/named
/bin/rm -f ${DESTDIR}/etc/localtime


Loading…
Cancel
Save