Ticket #22579 (closed defect: fixed)
couchdb - doesn't work with "port load" and "port unload" commands
| Reported by: | dreamcat4@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | febeling@… | |
| Port: | couchdb |
Description
Hi,
couchdb port installs its own custom plist file as org.apache.couchdb. We need to set the startupitem.uniquname parameter.
http://trac.macports.org/browser/trunk/base/src/port1.0/portdestroot.tcl
71 default startupitem.name {${name}}
72 default startupitem.uniquename {org.macports.${startupitem.name}}
73 default startupitem.plist {${startupitem.uniquename}.plist}
74 default startupitem.location LaunchDaemons
Similarly, any other ports with custom plists which don't fall under the org.macports.${name} convention set this uniquename parameter.
Attachments
Change History
Changed 4 years ago by dreamcat4@…
- Attachment Portfile-rrdtool.diff added
Changed 4 years ago by dreamcat4@…
- Attachment Portfile-rrdtool.2.diff added
line offsets for couchdb-devel port
comment:2 Changed 4 years ago by jmr@…
- Owner changed from macports-tickets@… to jwa@…
- Cc febeling@… added
Please remember to cc the maintainers when you create the ticket in future. BTW, Portfile-rrdtool.diff is a rather confusing name for a patch to couchdb.
Note: See
TracTickets for help on using
tickets.


line offsets for couchdb port