summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mysql-init-scripts: fix typo in extra commands listPetr Vaněk2024-04-083-7/+7
| | | | | | | | | | | | This fixes remaining typos in extra commands lists referencing bootstrap_galera function: boostrap_galera -> bootstrap_galera It is followup to the commit 460c2f8c5390 ("dev-db/mysql-init-scripts: Fix important typo and commit straight to stable") Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mysql-init-scripts: update init.d for nfsmount removalSam James2024-02-291-1/+1
| | | | | Bug: https://bugs.gentoo.org/925459 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-init-scripts: stop using deprecated egrep aliasLouis Sautier2022-12-042-2/+2
| | | | | | | | Since grep 3.8, this resulted in "egrep: warning: egrep is obsolescent; using /bin/grep -E". Signed-off-by: Louis Sautier <sbraz@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/28437
* dev-db/mysql-init-scripts: update tmpfiles pathConrad Kostecki2022-04-112-1/+1
| | | | | | | | | | | | The path '/var/run' is deprecated, as the following message is being shown: /usr/lib/tmpfiles.d/mysql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/mysqld /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly. Closes: https://github.com/gentoo/gentoo/pull/24947 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/mysql-init-scripts: drop oldThomas Deutschmann2019-08-284-551/+0
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-init-scripts: rev bumpThomas Deutschmann2019-08-281-1/+4
| | | | | | | | | | | | | - Move acct-* dependencies to RDEPEND to support binary packages. Note: According to devmanual there will be a problem once emerge will merge RDEPEND after the actual package. - Handle the case when option is defined multiple times. Closes: https://bugs.gentoo.org/693000 Closes: https://bugs.gentoo.org/686378 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-init-scripts: Revbump to fix supervise-daemon syntax changeBrian Evans2019-07-261-2/+2
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-db/mysql-init-scripts: Fix up pid file searchingBrian Evans2019-03-054-0/+551
| | | | | | | | | Changed how the pid file is searched for in both logrotate and init Closes: https://bugs.gentoo.org/677396 Closes: https://bugs.gentoo.org/678272 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-db/mysql-init-scripts: Drop oldBrian Evans2018-01-242-287/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* dev-db/mysql-init-scripts: Add 'keyword -timeout'Brian Evans2018-01-241-1/+4
| | | | | | | 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
* dev-db/mysql-init-scripts: Fix important typo and commit straight to stableBrian Evans2017-10-312-2/+2
| | | | | | | boostrap_galera -> bootstrap_galera Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --force
* dev-db/mysql-init-scripts: Fix MariaDB-only option bug 626186, add ↵Brian Evans2017-07-263-2/+182
| | | | | | 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-232-0/+354
| | | | | | 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
* dev-db/mysql-init-scripts: Drop old versionsBrian Evans2016-09-142-52/+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: 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-202-3/+38
| | | | Package-Manager: portage-2.3.0
* dev-db/mysql-init-scripts: Version bump wrt bug 571508Brian Evans2016-07-202-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: Version bump to update systemd units wrt bug 572788Brian Evans2016-01-292-0/+53
| | | | | | | | 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
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0810-0/+511
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