aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJulien Dessaux <julien.dessaux@adyxax.org>2022-12-01 16:11:04 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-12-02 07:01:57 +0000
commitd84430390ffc225f3969d2fe3cd76ad3ad26dd4c (patch)
treeeb4075f1acf502758702f024af1b642d75a94b5b /net-im
parent38e23c42fc514cd2e8025d68bf4778d24ff13c39 (diff)
downloadports-d84430390ffc225f3969d2fe3cd76ad3ad26dd4c.tar.gz
ports-d84430390ffc225f3969d2fe3cd76ad3ad26dd4c.zip
net-im/matterircd: Fix wrong statup options in rc file
PR: 256042 Reported by: julien.dessaux@adyxax.org Approved by: norrland@nullbyte.se (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/matterircd/files/matterircd.in2
1 files changed, 1 insertions, 1 deletions
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}"