FreeBSD Bugzilla – Attachment 56077 Details for
Bug 84650
customizable pid filename for databases/mysql*-server/file/mysql-server.sh.in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
Toshiya SAITOH
on 2005-08-07 18:50:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Toshiya SAITOH
Created:
2005-08-07 18:50:10 UTC
Size:
1.10 KB
patch
obsolete
>--- files/mysql-server.sh.in.orig Tue Aug 2 01:35:02 2005 >+++ files/mysql-server.sh.in Mon Aug 8 02:00:57 2005 >@@ -19,6 +19,8 @@ > # Base database directory. > # mysql_args (str): Custom additional arguments to be passed > # to mysqld_safe (default empty). >+# mysql_pidfile (str): Custum PID file path and name >+# (default to ${mysql_dbdir}/$HOSTNAME.pid). > # > > . %%RC_SUBR%% >@@ -32,12 +34,12 @@ > : ${mysql_limits="NO"} > : ${mysql_dbdir="/var/db/mysql"} > : ${mysql_args=""} >+: ${mysql_pidfile="${mysql_dbdir}/`/bin/hostname`.pid"} > > mysql_user="mysql" > mysql_limits_args="-e -U ${mysql_user}" >-pidfile="${mysql_dbdir}/`/bin/hostname`.pid" > command="%%PREFIX%%/bin/mysqld_safe" >-command_args="--defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} > /dev/null &" >+command_args="--defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${mysql_pidfile} ${mysql_args} > /dev/null &" > procname="%%PREFIX%%/libexec/mysqld" > start_precmd="${name}_prestart" > mysql_install_db="%%PREFIX%%/bin/mysql_install_db"
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 84650
: 56077