Ticket #16200 (closed defect: fixed)
plist files installed in /opt/local/etc/LaunchDaemons are invalid
| Reported by: | vinc17@… | Owned by: | jmr@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts 1.7.0 |
| Component: | base | Version: | 1.6.0 |
| Keywords: | Cc: | blb@… | |
| Port: |
Description
The plist files installed in /opt/local/etc/LaunchDaemons (and /Library/LaunchDaemons via symlinks) are invalid. They contain:
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
Quotes are missing. This should be:
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Attachments
Change History
Changed 5 years ago by blb@…
- Attachment portstartupitem.tcl.diff added
comment:1 Changed 5 years ago by jmr@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to jmr@…
- Cc blb@… added
comment:2 Changed 5 years ago by jmr@…
- Status changed from assigned to closed
- Resolution set to fixed
Committed the patch in r39012. I'm a bit confused, though, as to how I managed to get a valid .plist for squid but invalid ones as described here for dbus, openssh and apache2.
Note: See
TracTickets for help on using
tickets.


diff to base/src/port1.0/portstartupitem.tcl