[111525] trunk/dports/databases/mariadb/Portfile

pixilla at macports.org pixilla at macports.org
Tue Sep 24 09:30:18 PDT 2013


Revision: 111525
          https://trac.macports.org/changeset/111525
Author:   pixilla at macports.org
Date:     2013-09-24 09:30:18 -0700 (Tue, 24 Sep 2013)
Log Message:
-----------
databases/mariadb:
- Add notes regarding the default cnf files.

Modified Paths:
--------------
    trunk/dports/databases/mariadb/Portfile

Modified: trunk/dports/databases/mariadb/Portfile
===================================================================
--- trunk/dports/databases/mariadb/Portfile	2013-09-24 16:29:32 UTC (rev 111524)
+++ trunk/dports/databases/mariadb/Portfile	2013-09-24 16:30:18 UTC (rev 111525)
@@ -178,6 +178,26 @@
         archcheck.files-append  lib/libreadline.dylib
     }
 
+    notes "
+On activation if no ${prefix}/etc/${name_mysql}/my.cnf file exists one
+will be created which loads
+${prefix}/etc/${name_mysql}/macports-default.cnf.
+
+If a ${prefix}/etc/${name_mysql}/my.cnf file exists MacPorts does not
+touch it and any changes you make to ${prefix}/etc/${name_mysql}/my.cnf
+will be preserved (e.g., during port upgrades, deactivations or
+activations). ${prefix}/etc/${name_mysql}/my.cnf is a good place to
+customize your ${name_mysql} installation.
+
+Any changes made to ${prefix}/etc/${name_mysql}/macports-default.cnf
+will be lost during port upgrades, deactivations or activations so you
+are advised to not make changes here. Currently
+${prefix}/etc/${name_mysql}/macports-default.cnf contains only one
+directive; to disable networking. With disabled networking it is
+possible to install and have running all the MacPorts mysql ports
+simultaneously.
+"
+
     livecheck.type      regex
     livecheck.url       https://downloads.mariadb.org/mariadb/
     livecheck.regex     "href=\"/mariadb/(\[^/\]+)/\".*Stable"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130924/4710a48b/attachment.html>


More information about the macports-changes mailing list