New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #35121 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

macports-default.cnf is self-inconsistent

Reported by: jeremyhu@… Owned by: pixilla@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: ctreleaven@…
Port: mysql55

Description

macports-default.cnf contatins:

# WARNING! ANY CHANGES TO THIS FILE WILL BE LOST ON UNINSTALL/UPGRADES!
# Make your changes to /opt/local/etc/mysql55/my.cnf
# YOU HAVE BEEN WARNED!

# MacPorts default options
[mysqld]
# skip-networking so multple mysql server ports can be loaded
# without each competing for port 3306.
# One can always put the servers on different ports and
# remove or comment this option.
skip-networking

So it warns users to not modify it, but then it suggests that users remove or comment out skip-networking (thus modifying it).

Change History

comment:1 Changed 10 months ago by ctreleaven@…

  • Cc ctreleaven@… added

Cc Me!

comment:2 Changed 10 months ago by pixilla@…

Jeremy: I can fix this on Thursday, July 12th. You are welcome to fix the wording now. If you fix this please also fix the typo "multple".

comment:3 Changed 10 months ago by pixilla@…

Jeremy: Any changes to mysql55 should have similar changes made to the mysql51 and percona ports.

comment:4 Changed 9 months ago by pixilla@…

  • Status changed from new to closed
  • Resolution set to fixed

See r96347

Note: See TracTickets for help on using tickets.