New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16200 (closed defect: fixed)

Opened 5 years ago

Last modified 3 years ago

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

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

Change History

Changed 5 years ago by blb@…

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

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.

comment:3 Changed 4 years ago by toby@…

  • Milestone changed from MacPorts base bugs to MacPorts Future

Milestone MacPorts base bugs deleted

comment:4 Changed 3 years ago by jmr@…

  • Milestone changed from MacPorts Future to MacPorts 1.7.0
Note: See TracTickets for help on using tickets.