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 Set PID path back to "/var/run/...
details: https://anonhg.NetBSD.org/src/rev/1816e2488d09
branches: trunk
changeset: 375972:1816e2488d09
user: hannken <hannken%NetBSD.org@localhost>
date: Tue May 23 20:07:21 2023 +0000
description:
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 e0245bb38467 -r 1816e2488d09 external/bsd/unbound/include/config.h
--- a/external/bsd/unbound/include/config.h Tue May 23 19:53:24 2023 +0000
+++ b/external/bsd/unbound/include/config.h Tue May 23 20:07:21 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