Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#16200 closed defect (fixed)

plist files installed in /opt/local/etc/LaunchDaemons are invalid

Reported by: vinc17@… Owned by: jmroot (Joshua Root)
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 (1)

portstartupitem.tcl.diff (698 bytes) - added by blb@… 16 years ago.
diff to base/src/port1.0/portstartupitem.tcl

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by blb@…

Attachment: portstartupitem.tcl.diff added

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

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Cc: blb@… added
Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

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.

comment:3 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 1.7.0
Note: See TracTickets for help on using tickets.