FreeBSD Bugzilla – Attachment 241536 Details for
Bug 270442
net-mgmt/unbound_exporter: fix typo in rc.d script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
replacement patch to fix further typos in the rc.d script
0001-net-mgmt-unbound_exporter-fix-typos-in-rc.d-script.patch (text/plain), 1.53 KB, created by
William Blew
on 2023-04-17 03:58:13 UTC
(
hide
)
Description:
replacement patch to fix further typos in the rc.d script
Filename:
MIME Type:
Creator:
William Blew
Created:
2023-04-17 03:58:13 UTC
Size:
1.53 KB
patch
obsolete
>From 939e470bbfd26713c340552c9d102b6d693ae916 Mon Sep 17 00:00:00 2001 >From: William Blew <william@kulian.org> >Date: Sun, 16 Apr 2023 20:39:47 -0700 >Subject: [PATCH] net-mgmt/unbound_exporter: fix typos in rc.d script > >There are typos in two arguments to unbound_exporter within its >service script. This fixes typos in the unbound_exporter_bind and >unbound_exporter_path variables application to unbound_exporter >startup. > >Signed-off-by: William Blew <william@kulian.org> >--- > net-mgmt/unbound_exporter/files/unbound_exporter.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/net-mgmt/unbound_exporter/files/unbound_exporter.in b/net-mgmt/unbound_exporter/files/unbound_exporter.in >index ee0c24cdefc0..786ac85acbf0 100644 >--- a/net-mgmt/unbound_exporter/files/unbound_exporter.in >+++ b/net-mgmt/unbound_exporter/files/unbound_exporter.in >@@ -44,8 +44,8 @@ command_args="-c -f -P ${pidfile} -u ${unbound_exporter_user} \ > ${unbound_exporter_cert:+-unbound.cert $unbound_exporter_cert} \ > ${unbound_exporter_host:+-unbound.host $unbound_exporter_host} \ > ${unbound_exporter_key:+-unbound.key $unbound_exporter_key} \ >- ${unbound_exporter_bind:+-web.listen-adress $unbound_exporter_bin} >- ${unbound_exporter_path:+-web.telemetry-patch $unbound_exporter_path} >+ ${unbound_exporter_bind:+-web.listen-address $unbound_exporter_bind} \ >+ ${unbound_exporter_path:+-web.telemetry-path $unbound_exporter_path} \ > ${unbound_exporter_args}" > > # these were used in the past, but now "daemon" takes care of everything and must run as root >-- >2.40.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 270442
:
241100
| 241536