Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports-bugs@freebsd.org Sender: owner-freebsd-ports-bugs@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296833 --- Comment #3 from Tine Jozelj --- Comment on attachment 272901 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D272901 Patch to fix the reload command >>From 085b7a5d5b6e0600bba7f84a16c20b4e3a5c2ed1 Mon Sep 17 00:00:00 2001 >From: Tine Jozelj >Date: Thu, 16 Jul 2026 10:40:10 +0200 >Subject: [PATCH] fix www/webhook reload command > >There were typos which produced invalid command. >--- > www/webhook/files/webhook.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/www/webhook/files/webhook.in b/www/webhook/files/webhook.in >index 3955c1523..3f13c9a34 100644 >--- a/www/webhook/files/webhook.in >+++ b/www/webhook/files/webhook.in >@@ -32,6 +32,6 @@ command_args=3D"%%DAEMONARGS%% -p ${pidfile} ${procname}= \ > -hooks ${webhook_conf} ${webhook_options}" >=20 > start_precmd=3D"install -o ${webhook_user} /dev/null ${pidfile}" >-reload_cmd=3D"pkill -SIGUSR1-U ${webhook_user} -F {pidfile} ${procname}" >+reload_cmd=3D"pkill -SIGUSR1 -U ${webhook_user} -F ${pidfile} -f ${procna= me}" >=20 > run_rc_command "$1" >--=20 >2.51.2 > --=20 You are receiving this mail because: You are the assignee for the bug.=