FreeBSD Bugzilla – Attachment 66785 Details for
Bug 98604
Ability to override the mysql pid path from rc.conf without editing the rc file.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 840 bytes, created by
srwadleigh
on 2006-06-07 02:00:32 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
srwadleigh
Created:
2006-06-07 02:00:32 UTC
Size:
840 bytes
patch
obsolete
>--- mysql-server.orig Wed Jun 7 08:07:12 2006 >+++ mysql-server.new Wed Jun 7 08:21:37 2006 >@@ -31,12 +31,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="/usr/local/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="/usr/local/libexec/mysqld" > start_precmd="${name}_prestart" > mysql_install_db="/usr/local/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 98604
: 66785