summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mysql-init-scripts: Revbump for dependenciesBrian Evans2018-09-211-0/+67
| | | | | | | | | We need to depend on dev-db/mysql-connector-c for /usr/bin/my_print_defaults Alternatively, this might need an eselect module in the future Signed-off-by: Brian Evans <grknight@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-db/mysql-init-scripts: Use tmpfiles eclass during installBrian Evans2018-08-271-2/+3
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-db/mysql-init-scripts: Drop oldBrian Evans2018-01-244-414/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-db/mysql-init-scripts: Mark new revision stable for all archesBrian Evans2018-01-241-1/+1
| | | | | | This is simply a depend change which is long overdue Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-db/mysql-init-scripts: Add 'keyword -timeout'Brian Evans2018-01-242-1/+68
| | | | | | | It may take longer than 60 seconds to startup. Let the script handle any timeouts. Package-Manager: Portage-2.3.20, Repoman-2.3.6
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-232-4/+4
|
* dev-db/mysql-init-scripts: Fix important typo and commit straight to stableBrian Evans2017-10-313-2/+2
| | | | | | | boostrap_galera -> bootstrap_galera Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --force
* dev-db/mysql-init-scripts: Mark 2.2-r1 stable on all archesBrian Evans2017-10-281-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* dev-db/mysql-init-scripts: Fix MariaDB-only option bug 626186, add ↵Brian Evans2017-07-264-2/+183
| | | | | | supervisor script Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/mysql-init-scripts: Minor refinements to the 2.2 init scriptsBrian Evans2017-07-242-11/+11
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-db/mysql-init-scripts: Version bump for bug 575360Brian Evans2017-07-233-0/+417
| | | | | | Thanks for Phil Stracchino for testing Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-286-6/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/mysql-init-scripts: Drop old versionsBrian Evans2016-09-144-178/+0
| | | | | | | These use mysqld_safe in the mysqld.service which is unnecessary and vulernable to attacks wrt CVE-2016-6662 Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: Mark mysql-init-scripts-2.1-r1 on all archesBrian Evans2016-09-121-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: Comment out a systemd option NoNewPrivileges=trueBrian Evans2016-09-122-2/+6
| | | | | | | | | | | Upstream bug https://jira.mariadb.org/browse/MDEV-10404 mentions that SELinux currently does not handle this change properly. Comment it out for now with a note No revbump for this file as most users are unaffected Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: Revbump for bug 587416Brian Evans2016-07-203-3/+38
| | | | Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: Version bump wrt bug 571508Brian Evans2016-07-203-4/+4
| | | | Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* dev-db/mysql-init-scripts: Touch up the postinst messagesBrian Evans2016-01-291-0/+6
| | | | Package-Manager: portage-2.2.27
* dev-db/mysql-init-scripts: Version bump to update systemd units wrt bug 572788Brian Evans2016-01-293-0/+111
| | | | | | | | dev-db/mariadb has started shipping it's own Notify based units starting with 10.1.8 Set the conflict in mysqld.service to compensate Also, set the binary to be /usr/sbin/mysqld so we are not monitoring a monitor Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0813-0/+642
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed