Browse Source

install nsd.conf; ok jakob@

OPENBSD_4_9
david 13 years ago
parent
commit
033e628469
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.291 2010/09/22 13:01:10 deraadt Exp $
# $OpenBSD: Makefile,v 1.292 2010/10/08 23:35:42 david Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -103,6 +103,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ldapd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
cd root; \


Loading…
Cancel
Save