[Bug 233908] [NEW PORT] net/mtg: Community implementation of TMProto Proxy for Telegram
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 13:11:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233908
Andrey Khlebutin <gadskypapa@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gadskypapa@gmail.com
--- Comment #12 from Andrey Khlebutin <gadskypapa@gmail.com> ---
(In reply to Boris Korzun from comment #10)
Hello, Boris.
It looks like this string in the rc.d script doesn't work as expected:
command_args="-f -t ${name} ${mtg_syslog_output_flags} -P ${pidfile}
%%PREFIX%%/bin/mtg ${mtg_args}"
"service mtg start" does nothing for me (FreeBSD 14.3). No mtg process starts.
This string works fine, so i solved my personal trouble:
command_args="-f -t ${name} ${mtg_syslog_output_flags} -P ${pidfile}
/usr/local/bin/mtg ${mtg_args}"
I'm not a ports hacker and can't fix it properly or explain why it happens.
Thanks for your work!
--
You are receiving this mail because:
You are the assignee for the bug.