Date: Fri, 27 Mar 2026 21:55:53 +0000 From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4b900e49c16a - main - Revert "dns/unbound: use daemon(8) for crash recovery" Message-ID: <69c6fce9.34698.604d94df@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b900e49c16a90c4a1ea02d4866b8e69fc6c15b2 commit 4b900e49c16a90c4a1ea02d4866b8e69fc6c15b2 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2026-03-27 21:54:52 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2026-03-27 21:55:29 +0000 Revert "dns/unbound: use daemon(8) for crash recovery" This reverts commit c864cbc109377868d151df9d80bdb494dbfc1891. --- dns/unbound/files/unbound.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dns/unbound/files/unbound.in b/dns/unbound/files/unbound.in index 94529a59035d..f6fc43c80618 100644 --- a/dns/unbound/files/unbound.in +++ b/dns/unbound/files/unbound.in @@ -77,10 +77,9 @@ load_rc_config "${name}" # Set PID file pidfile=$(%%PREFIX%%/sbin/unbound-checkconf -o pidfile ${unbound_config}) -procname="%%PREFIX%%/sbin/unbound" required_files=${unbound_config} -command="/usr/sbin/daemon" -command_args="-S -r -p ${pidfile} -t ${name} -T ${name} -- ${procname} -c ${unbound_config}" +command="%%PREFIX%%/sbin/${name}" +command_args="-c ${unbound_config}" unbound_anchorflags=${unbound_anchorflags:-""} extra_commands="reload" start_precmd="start_precmd"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6fce9.34698.604d94df>
