[MacPorts] #46135: sympa: fix startup item
MacPorts
noreply at macports.org
Fri Dec 5 05:00:11 PST 2014
#46135: sympa: fix startup item
--------------------------+--------------------------------
Reporter: ryandesign@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: sympa
--------------------------+--------------------------------
The sympa port includes these lines:
{{{
startupitem.create yes
startupitem.start "${prefix}/share/${name}/sympa"
startupitem.stop "${prefix}/share/${name}/sympa"
}}}
This has been there since the port was added in r17339 but does not work
anymore.
The port does not install a file at the path ${prefix}/share/${name}/sympa
It's highly strange that the same script with the same (i.e. no) arguments
would be used to both start and stop the server. I wonder if this ever
worked.
If possible, it is preferable to use `startupitem.executable` instead of
`startupitem.start` and `startupitem.stop`.
--
Ticket URL: <https://trac.macports.org/ticket/46135>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list