aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-30 10:24:24 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-30 10:24:24 +0000
commitbb3b2b373a9418bb0e7811a7f363dfbeb1df86a2 (patch)
tree05dd5f2e5186ffb00dd1b915342a98e8cd91c15c /etc
parent52501c5ede4916cff9011d0e26d03f1a87fa9b0b (diff)
downloadsrc-bb3b2b373a9418bb0e7811a7f363dfbeb1df86a2.tar.gz
src-bb3b2b373a9418bb0e7811a7f363dfbeb1df86a2.zip
Install namedb stuff to ${DESTDIR}/var/named/etc/namedb instead
of relying on the symlink in ${DESTDIR}/etc/namedb. This is functionally equivalent, but doesn't rely on the symlink to work. Requested by: ru
Notes
Notes: svn path=/head/; revision=135963
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 43d3777b56c8..0709bdf05e4e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -124,7 +124,7 @@ distribution:
${MTREE} ${DESTDIR}/etc/mtree
.if !defined(NO_BIND_ETC) && !defined(NO_BIND)
cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${NAMEDB} ${DESTDIR}/etc/namedb
+ ${NAMEDB} ${DESTDIR}/var/named/etc/namedb
.endif
cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
${PPPCNF} ${DESTDIR}/etc/ppp