summaryrefslogtreecommitdiff
path: root/databases/mysql56-server/files/mysql-server.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql56-*: SunsetMuhammad Moinur Rahman2023-06-301-79/+0
| | | | | | 2023-06-30 databases/mysql56-*: Upstream support ended in February 2021 Approved by: portmgr (blanket)
* databases/and_others: Fix rc.d script commentDan Langille2022-10-261-1/+1
| | | | | | | I found this typo while researching something else. It seems to have propgated around the tree. Approved by: blanket
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-11/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* databases/mysql56-server: Adapt ${name}_limits to the new mechanismMahdi Mokhtari2018-04-041-13/+11
| | | | | | | | | | | | | | | | | | | Regarding to the changes to rc.subr(8) it is no longer necessary to define a resource limiting logic in service scripts. limits(1) is now run by default and its configuration is handled via the "${name}_limits" variable. This however causes collision of variable names and also is not compatible with the old mechanism. This fixes the rc-script of mysql56 for the bases with both old and new mechanism. PR: 227229 Submitted by: 0mp Reported by: 0mp Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=466505
* databases/mysql56-server: Fix rc-script ${name}_limits conflict for post r328331Mahdi Mokhtari2018-02-081-1/+4
| | | | | | | | | | | | | | After r328331 changes in head/etc/rc.subr, having "NO" in mysql_limits goes into "limits" command params as is. So this patch substitutes the "NO" appropriately when needed. PR: 225657 Reported by: robbak@gmail.com Reviewed by: Rainer Hurling <rhurlin@gwdg.de> Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=461217
* databases/mysql{56 57 80}:Mahdi Mokhtari2017-02-221-5/+17
| | | | | | | | | | | | Improve ${mysql_optfile} default usage in rc script. Improve pkg-message. Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9646 Notes: svn path=/head/; revision=434623
* databases/mysql56-server: Rollback rc script changesMark Felder2017-01-201-24/+6
| | | | Notes: svn path=/head/; revision=431968
* databases/mysql56: Update to 5.6.35Mark Felder2017-01-191-6/+24
| | | | | | | | | | | | | - Port improvements from MySQL 5.7 port - Use system libs instead of bundled - Fix many open PRs - Change MAINTAINER PR: 216244 192657 198812 199751 205093 PR: 209618 211248 205983 209338 Notes: svn path=/head/; revision=431919
* Pass --defaults-extra-file also to mysql_install_db.Alex Dupre2013-05-271-1/+1
| | | | | | | Submitted by: Daniel Ylitalo <daniel@203core.se> Notes: svn path=/head/; revision=319215
* Very slight speedup on rc file parsing; use hostname variable in preferenceChris Rees2013-04-241-1/+2
| | | | | | | | | to calling /bin/hostname if available Approved by: ale (maintainer) Notes: svn path=/head/; revision=316456
* Allow to specify server-specific option file path in /etc/rc.confAlex Dupre2013-04-241-1/+4
| | | | | | | | PR: ports/172408 Submitted by: Daniel Ylitalo <daniel@produktion203.se> Notes: svn path=/head/; revision=316439
* Add MySQL 5.6.Alex Dupre2013-02-141-0/+75
Notes: svn path=/head/; revision=312234