Module Name:    src
Committed By:   christos
Date:           Tue Feb  7 22:34:37 UTC 2017

Modified Files:
        src/external/bsd/nsd/etc: Makefile
        src/external/bsd/unbound/etc: Makefile

Log Message:
don't overwrite etc files.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nsd/etc/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/unbound/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/nsd/etc/Makefile
diff -u src/external/bsd/nsd/etc/Makefile:1.1 src/external/bsd/nsd/etc/Makefile:1.2
--- src/external/bsd/nsd/etc/Makefile:1.1	Sat Jan  7 14:51:21 2017
+++ src/external/bsd/nsd/etc/Makefile	Tue Feb  7 17:34:37 2017
@@ -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
 

Index: src/external/bsd/unbound/etc/Makefile
diff -u src/external/bsd/unbound/etc/Makefile:1.2 src/external/bsd/unbound/etc/Makefile:1.3
--- src/external/bsd/unbound/etc/Makefile:1.2	Tue Aug 23 11:04:29 2016
+++ src/external/bsd/unbound/etc/Makefile	Tue Feb  7 17:34:37 2017
@@ -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

Reply via email to