Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/unbound/include Restore default paths to what t...



details:   https://anonhg.NetBSD.org/src/rev/6b23cf2ae560
branches:  trunk
changeset: 359310:6b23cf2ae560
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Feb 06 21:27:49 2018 +0000

description:
Restore default paths to what they were before prior import.

diffstat:

 external/bsd/unbound/include/config-1.0.h |  12 ++++++------
 external/bsd/unbound/include/config-1.1.h |  12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (90 lines):

diff -r 6ef7d7de6bee -r 6b23cf2ae560 external/bsd/unbound/include/config-1.0.h
--- a/external/bsd/unbound/include/config-1.0.h Tue Feb 06 20:22:41 2018 +0000
+++ b/external/bsd/unbound/include/config-1.0.h Tue Feb 06 21:27:49 2018 +0000
@@ -617,7 +617,7 @@
 #define PACKAGE_VERSION "1.6.8"
 
 /* default pidfile location */
-#define PIDFILE "/usr/local/etc/unbound/unbound.pid"
+#define PIDFILE "/var/run/unbound.pid"
 
 /* Define to necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -627,19 +627,19 @@
 #define RETSIGTYPE void
 
 /* default rootkey location */
-#define ROOT_ANCHOR_FILE "/usr/local/etc/unbound/root.key"
+#define ROOT_ANCHOR_FILE "/etc/unbound/root.key"
 
 /* default rootcert location */
-#define ROOT_CERT_FILE "/usr/local/etc/unbound/icannbundle.pem"
+#define ROOT_CERT_FILE "/etc/unbound/icannbundle.pem"
 
 /* version number for resource files */
 #define RSRC_PACKAGE_VERSION 1,6,8,0
 
 /* Directory to chdir to */
-#define RUN_DIR "/usr/local/etc/unbound"
+#define RUN_DIR "/etc/unbound"
 
 /* Shared data */
-#define SHARE_DIR "/usr/local/etc/unbound"
+#define SHARE_DIR "/etc/unbound"
 
 /* The size of `time_t', as computed by sizeof. */
 #define SIZEOF_TIME_T 8
@@ -657,7 +657,7 @@
 /* #undef UB_ON_WINDOWS */
 
 /* default username */
-#define UB_USERNAME "unbound"
+#define UB_USERNAME "_unbound"
 
 /* use to enable lightweight alloc assertions, for debug use */
 /* #undef UNBOUND_ALLOC_LITE */
diff -r 6ef7d7de6bee -r 6b23cf2ae560 external/bsd/unbound/include/config-1.1.h
--- a/external/bsd/unbound/include/config-1.1.h Tue Feb 06 20:22:41 2018 +0000
+++ b/external/bsd/unbound/include/config-1.1.h Tue Feb 06 21:27:49 2018 +0000
@@ -617,7 +617,7 @@
 #define PACKAGE_VERSION "1.6.8"
 
 /* default pidfile location */
-#define PIDFILE "/usr/local/etc/unbound/unbound.pid"
+#define PIDFILE "/var/run/unbound.pid"
 
 /* Define to necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -627,19 +627,19 @@
 #define RETSIGTYPE void
 
 /* default rootkey location */
-#define ROOT_ANCHOR_FILE "/usr/local/etc/unbound/root.key"
+#define ROOT_ANCHOR_FILE "/etc/unbound/root.key"
 
 /* default rootcert location */
-#define ROOT_CERT_FILE "/usr/local/etc/unbound/icannbundle.pem"
+#define ROOT_CERT_FILE "/etc/unbound/icannbundle.pem"
 
 /* version number for resource files */
 #define RSRC_PACKAGE_VERSION 1,6,8,0
 
 /* Directory to chdir to */
-#define RUN_DIR "/usr/local/etc/unbound"
+#define RUN_DIR "/etc/unbound"
 
 /* Shared data */
-#define SHARE_DIR "/usr/local/etc/unbound"
+#define SHARE_DIR "/etc/unbound"
 
 /* The size of `time_t', as computed by sizeof. */
 #define SIZEOF_TIME_T 8
@@ -657,7 +657,7 @@
 /* #undef UB_ON_WINDOWS */
 
 /* default username */
-#define UB_USERNAME "unbound"
+#define UB_USERNAME "_unbound"
 
 /* use to enable lightweight alloc assertions, for debug use */
 /* #undef UNBOUND_ALLOC_LITE */



Home | Main Index | Thread Index | Old Index