[MacPorts] #66303: v2ray @5.1.0: There is an error in the configuration file of launchd

MacPorts noreply at macports.org
Sun Nov 20 13:02:11 UTC 2022


#66303: v2ray @5.1.0: There is an error in the configuration file of launchd
--------------------+--------------------
 Reporter:  CTmH    |      Owner:  (none)
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:  2.8.0
 Keywords:          |       Port:  v2ray
--------------------+--------------------
 In the current version, the command to run v2ray is "v2ray run". So the
 original command does not start v2ray correctly. This causes command "port
 load v2ray" to fail.

 Maybe in the Portfile

 {{{
 startupitem.executable      ${prefix}/bin/v2ray --config
 ${prefix}/etc/v2ray/config.json
 }}}

 should be replaced with

 {{{
 startupitem.executable      ${prefix}/bin/v2ray run --config
 ${prefix}/etc/v2ray/config.json
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/66303>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list