Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd don't overwrite etc files.



details:   https://anonhg.NetBSD.org/src/rev/3190241285c7
branches:  trunk
changeset: 821478:3190241285c7
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 07 22:34:37 2017 +0000

description:
don't overwrite etc files.

diffstat:

 external/bsd/nsd/etc/Makefile     |  4 ++--
 external/bsd/unbound/etc/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r d91dfd38561f -r 3190241285c7 external/bsd/nsd/etc/Makefile
--- a/external/bsd/nsd/etc/Makefile     Tue Feb 07 22:31:29 2017 +0000
+++ b/external/bsd/nsd/etc/Makefile     Tue Feb 07 22:34:37 2017 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2017/01/07 19:51:21 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2017/02/07 22:34:37 christos Exp $
 
 SUBDIR=rc.d
 
-FILESDIR=               /etc/nsd
+FILESDIR=               /usr/share/examples/nsd
 FILESMODE=    644
 FILES= nsd.conf
 
diff -r d91dfd38561f -r 3190241285c7 external/bsd/unbound/etc/Makefile
--- a/external/bsd/unbound/etc/Makefile Tue Feb 07 22:31:29 2017 +0000
+++ b/external/bsd/unbound/etc/Makefile Tue Feb 07 22:34:37 2017 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.2 2016/08/23 15:04:29 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2017/02/07 22:34:37 christos Exp $
 
 SUBDIR=rc.d
 
-FILESDIR=               /etc/unbound
+FILESDIR=               /usr/share/examples/unbound
 FILESMODE=    644
 FILES= unbound.conf
 FILESBUILD_unbound.conf=yes



Home | Main Index | Thread Index | Old Index