FreeBSD Bugzilla – Attachment 111468 Details for
Bug 152739
[PATCH] databases/mysql51-server: introduce $mysql_pidfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.27 KB, created by
Frank Wall
on 2010-12-01 11:00:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Frank Wall
Created:
2010-12-01 11:00:22 UTC
Size:
1.27 KB
patch
obsolete
>--- databases/mysql51-server/files/mysql-server.sh.in.orig 2010-12-01 11:49:36.000000000 +0100 >+++ databases/mysql51-server/files/mysql-server.sh.in 2010-12-01 11:50:29.000000000 +0100 >@@ -16,6 +16,8 @@ > # just before mysql starts. > # mysql_dbdir (str): Default to "/var/db/mysql" > # Base database directory. >+# mysql_pidfile (bool): default: ${mysql_dbdir}/`/bin/hostname`.pid >+# Set to the full path of the pid file > # mysql_args (str): Custom additional arguments to be passed > # to mysqld_safe (default empty). > # >@@ -30,13 +32,13 @@ > : ${mysql_enable="NO"} > : ${mysql_limits="NO"} > : ${mysql_dbdir="/var/db/mysql"} >+: ${mysql_pidfile="${mysql_dbdir}/`/bin/hostname`.pid"} > : ${mysql_args=""} > > mysql_user="mysql" > mysql_limits_args="-e -U ${mysql_user}" >-pidfile="${mysql_dbdir}/`/bin/hostname`.pid" > command="/usr/sbin/daemon" >-command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args}" >+command_args="-c -f %%PREFIX%%/bin/mysqld_safe --defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${mysql_pidfile} ${mysql_args}" > procname="%%PREFIX%%/libexec/mysqld" > start_precmd="${name}_prestart" > start_postcmd="${name}_poststart"
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 152739
: 111468