diff options
author | 2014-07-11 21:30:21 +0000 | |
---|---|---|
committer | 2014-07-11 21:30:21 +0000 | |
commit | babf3df69e3861d7e07457455c4cda9277254b05 (patch) | |
tree | 6be4464de95529f49c39f9db7ed9814ca43012a7 | |
parent | Provide LIBRESSL_VERSION_NUMBER for people who use such things to (diff) | |
download | wireguard-openbsd-babf3df69e3861d7e07457455c4cda9277254b05.tar.xz wireguard-openbsd-babf3df69e3861d7e07457455c4cda9277254b05.zip |
oops, nsd.conf cannot be an example... yet
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index b523ef3199a..f89f278ba38 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.360 2014/07/11 21:20:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.361 2014/07/11 21:30:21 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -42,7 +42,7 @@ BIN1= changelist csh.cshrc csh.login csh.logout daily \ EXAMPLES=bgpd.conf chio.conf dhcpd.conf dvmrpd.conf hostapd.conf \ ifstated.conf iked.conf inetd.conf ipsec.conf ldapd.conf ldpd.conf \ - mrouted.conf nsd.conf ospf6d.conf ospfd.conf rbootd.conf \ + mrouted.conf ospf6d.conf ospfd.conf rbootd.conf \ relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf \ ypldap.conf @@ -115,6 +115,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd ${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/var/nsd/etc ${INSTALL} -c -o root -g wheel -m 644 unbound.conf ${DESTDIR}/var/unbound/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev |