FreeBSD Bugzilla – Attachment 251575 Details for
Bug 279862
net-mgmt/alertmanager: Make daemon close file descriptors on start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to pass -f to daemon
alertmanager.patch (text/plain), 1.00 KB, created by
Michael Gmelin
on 2024-06-19 14:47:14 UTC
(
hide
)
Description:
Patch to pass -f to daemon
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2024-06-19 14:47:14 UTC
Size:
1.00 KB
patch
obsolete
>diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile >index 7417add0b257..b62c4f0e2231 100644 >--- a/net-mgmt/alertmanager/Makefile >+++ b/net-mgmt/alertmanager/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= alertmanager > PORTVERSION= 0.26.0 > DISTVERSIONPREFIX= v >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net-mgmt > > MAINTAINER= michal@hanu.la >diff --git a/net-mgmt/alertmanager/files/alertmanager.in b/net-mgmt/alertmanager/files/alertmanager.in >index 6dd39aea2e9d..e8b61ed9dba4 100644 >--- a/net-mgmt/alertmanager/files/alertmanager.in >+++ b/net-mgmt/alertmanager/files/alertmanager.in >@@ -43,7 +43,7 @@ command="/usr/sbin/daemon" > procname="%%PREFIX%%/bin/alertmanager" > sig_reload=HUP > extra_commands="reload" >-command_args="-o ${alertmanager_log_file} -p ${pidfile} ${procname} \ >+command_args="-f -o ${alertmanager_log_file} -p ${pidfile} ${procname} \ > --config.file=${alertmanager_config} \ > --storage.path=${alertmanager_data_dir} \ > ${alertmanager_args}"
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
Flags:
grembo
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 279862
: 251575