Source-Changes-HG archive

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

[src/netbsd-10]: src/external/bsd/unbound/include Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/91bbb31a8970
branches:  netbsd-10
changeset: 376045:91bbb31a8970
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 28 10:00:52 2023 +0000

description:
Pull up following revision(s) (requested by hannken in ticket #179):

        external/bsd/unbound/include/config.h: revision 1.11

Set PID path back to "/var/run/unbound.pid" so rc scripts work again.
Ok: Christos Zoulas

PR bin/57242 unbound rc.d script does not work with chrooted unbound

diffstat:

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

diffs (12 lines):

diff -r f625f030d8b8 -r 91bbb31a8970 external/bsd/unbound/include/config.h
--- a/external/bsd/unbound/include/config.h     Sun May 28 09:58:40 2023 +0000
+++ b/external/bsd/unbound/include/config.h     Sun May 28 10:00:52 2023 +0000
@@ -773,7 +773,7 @@
 #define PACKAGE_VERSION "1.16.3"
 
 /* default pidfile location */
-#define PIDFILE CHROOT_DIR "/var/run/unbound.pid"
+#define PIDFILE "/var/run/unbound.pid"
 
 /* Define to necessary symbol if this constant uses a non-standard name on
    your system. */



Home | Main Index | Thread Index | Old Index