git: d84430390ffc - main - net-im/matterircd: Fix wrong statup options in rc file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Dec 2022 07:05:55 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d84430390ffc225f3969d2fe3cd76ad3ad26dd4c
commit d84430390ffc225f3969d2fe3cd76ad3ad26dd4c
Author: Julien Dessaux <julien.dessaux@adyxax.org>
AuthorDate: 2022-12-01 16:11:04 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-12-02 07:01:57 +0000
net-im/matterircd: Fix wrong statup options in rc file
PR: 256042
Reported by: julien.dessaux@adyxax.org
Approved by: norrland@nullbyte.se (maintainer)
---
net-im/matterircd/files/matterircd.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/matterircd/files/matterircd.in b/net-im/matterircd/files/matterircd.in
index a60265bfb7af..48a65f4157c4 100644
--- a/net-im/matterircd/files/matterircd.in
+++ b/net-im/matterircd/files/matterircd.in
@@ -32,7 +32,7 @@ load_rc_config $name
: ${matterircd_uid:="matterircd"}
: ${matterircd_flags:=""}
: ${matterircd_conf:="%%PREFIX%%/etc/matterircd.toml"}
-: ${matterircd_options:="${matterircd_flags} -conf=${matterircd_conf}"}
+: ${matterircd_options:="${matterircd_flags} --conf=${matterircd_conf}"}
command="/usr/sbin/daemon"
command_args="-p ${pidfile} -u ${matterircd_uid} -S -T ${name} ${procname} ${matterircd_options}"