Date: Thu, 12 Mar 2026 05:25:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 293318] New port net/telemt - MTProxy for Telegram on Rust + Tokio Message-ID: <bug-293318-7788-YkT90aQ44n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-293318-7788@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293318 --- Comment #5 from Igor Pavlov <igor.arabesc.pavlov@gmail.com> --- The rc-script could be further refined. I suggest removing the `pidfile_child` variable and using `pidfile` instead. The `: ${telemt_group:="nobody"}` variable should be added and utilized. It is also necessary to define `procname="/usr/local/bin/telemt"` and include it in `rc_flags` (e.g., `rc_flags="-f -o ${logfile} -p ${pidfile} ${procname} ${telemt_config}"`), otherwise the status check might not work correctly. While `telemt_status()` and `telemt_postcmd()` are harmless, they are redundant. Also, the name telemt_postcmd() is ambiguous regarding its purpose (did you mean `telemt_poststop()`?). -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293318-7788-YkT90aQ44n>
