FreeBSD Bugzilla – Attachment 245223 Details for
Bug 274085
www/caddy: Add forcereload command to rc script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for www/caddy
0001-www-caddy-add-forcereload-command-to-rc-script.patch (text/plain), 793 bytes, created by
Tom MTT.
on 2023-09-25 18:08:48 UTC
(
hide
)
Description:
Proposed patch for www/caddy
Filename:
MIME Type:
Creator:
Tom MTT.
Created:
2023-09-25 18:08:48 UTC
Size:
793 bytes
patch
obsolete
>From e9b20d8b97d46c733d8d588481c650af3289bcbc Mon Sep 17 00:00:00 2001 >From: "Tom MTT." <tom@heimdall.pm> >Date: Mon, 25 Sep 2023 19:16:53 +0200 >Subject: [PATCH] www/caddy: add forcereload command to rc script > >--- > www/caddy/files/caddy.in | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/www/caddy/files/caddy.in b/www/caddy/files/caddy.in >index 17724715a..af606c490 100644 >--- a/www/caddy/files/caddy.in >+++ b/www/caddy/files/caddy.in >@@ -70,9 +70,10 @@ else > fi > > # Extra Commands >-extra_commands="configtest reload" >+extra_commands="configtest reload forcereload" > configtest_cmd="caddy_execute validate ${caddy_flags}" > reload_cmd="caddy_execute reload ${caddy_flags}" >+forcereload_cmd="caddy_execute reload --force ${caddy_flags}" > > caddy_execute() > { >-- >2.42.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274085
:
245223
|
245232
|
245270