FreeBSD Bugzilla – Attachment 216678 Details for
Bug 248186
databases/mariadb105-server: rc script has typo in command that prevents starting the server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes files/mysql-server.in
mariadb105-server-files-mysql-server.in.patch (text/plain), 733 bytes, created by
Naram Qashat
on 2020-07-22 17:42:34 UTC
(
hide
)
Description:
Fixes files/mysql-server.in
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2020-07-22 17:42:34 UTC
Size:
733 bytes
patch
obsolete
>Index: files/mysql-server.in >=================================================================== >--- files/mysql-server.in (revision 542828) >+++ files/mysql-server.in (working copy) >@@ -99,7 +99,7 @@ > pidfile=$mysql_pidfile > mysql_install_db="%%PREFIX%%/bin/mariadb-install-db" > mysql_install_db_args="--basedir=%%PREFIX%% --datadir=${mysql_dbdir} --force" >-command_args="-c -f %%PREFIX%%/bin/mariadb-safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" >+command_args="-c -f %%PREFIX%%/bin/mariadbd-safe --defaults-extra-file=${mysql_optfile} --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" > > mysql_create_auth_tables() > {
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
Actions:
View
|
Diff
Attachments on
bug 248186
: 216678