Opened 12 years ago

Closed 12 years ago

#35121 closed defect (fixed)

macports-default.cnf is self-inconsistent

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: pixilla (Bradley Giesbrecht)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: ctreleaven (Craig Treleaven)
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 (4)

comment:1 Changed 12 years ago by ctreleaven (Craig Treleaven)

Cc: ctreleaven@… added

Cc Me!

comment:2 Changed 12 years ago by pixilla (Bradley Giesbrecht)

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 12 years ago by pixilla (Bradley Giesbrecht)

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

comment:4 Changed 12 years ago by pixilla (Bradley Giesbrecht)

Resolution: fixed
Status: newclosed

See r96347

Note: See TracTickets for help on using tickets.