FreeBSD Bugzilla – Attachment 190402 Details for
Bug 225657
databases/mysql*server: addition of new ${name}_limits rcvar breaks mysql rc file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mysql_limit
patch-mysql-rc.diff (text/plain), 780 bytes, created by
Mahdi Mokhtari
on 2018-02-07 20:42:16 UTC
(
hide
)
Description:
Patch for mysql_limit
Filename:
MIME Type:
Creator:
Mahdi Mokhtari
Created:
2018-02-07 20:42:16 UTC
Size:
780 bytes
patch
obsolete
>Index: databases/mysql56-server/files/mysql-server.in >=================================================================== >--- databases/mysql56-server/files/mysql-server.in (revision 461039) >+++ databases/mysql56-server/files/mysql-server.in (working copy) >@@ -47,6 +47,9 @@ > if [ ! -z "${mysql_optfile}" ]; then > mysql_extra="--defaults-extra-file=${mysql_optfile}" > fi >+if [ "${mysql_limits}" = "NO" ]; then >+mysql_limits="" >+fi > > mysql_user="mysql" > mysql_limits_args="-e -U ${mysql_user}" >@@ -71,7 +74,7 @@ > if [ ! -d "${mysql_dbdir}/mysql/." ]; then > mysql_create_auth_tables || return 1 > fi >- if checkyesno mysql_limits; then >+ if [ -z "$mysql_limits" ] || [ checkyesno mysql_limits ]; then > eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null > else > return 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mmokhi
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 225657
:
190402
|
190404