Opened 15 years ago
Closed 15 years ago
#24165 closed enhancement (fixed)
gearmand: use startupitem.executable
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | rodney.rehm@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | gearmand |
Description
In the gearmand portfile you submitted in #24158, you use startupitem.start
and startupitem.stop
. It is preferable to use startupitem.executable
instead if at all possible, as explained in the guide. Could you check whether gearmand still works (starts correctly with port load gearmand
and stops correctly with port unload gearmand
) with the attached patch? (It seems to for me.) If so, I'll be happy to commit it.
Attachments (1)
Change History (3)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | gearmand-startupitem.diff added |
---|
comment:1 Changed 15 years ago by rodney.rehm@…
- patched the Portfile with the given diff,
- sudo port unload gearmand
- sudo port deactivate gearmand
- sudo portindex
- sudo port install gearmand
- sudo port load gearmand
- ran test scripts through gearman -> working fine
Looks like your startupitem patch works for me, too. :)
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Great! Committed in r65182.
Note: See
TracTickets for help on using
tickets.
proposed patch