Date: Fri, 2 Dec 2022 07:05:55 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d84430390ffc - main - net-im/matterircd: Fix wrong statup options in rc file Message-ID: <202212020705.2B275tfQ099093@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212020705.2B275tfQ099093>