diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-07 17:08:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-07 17:08:27 +0200 |
commit | d81b273982dd282c51b0b3def0dd4310fb141554 (patch) | |
tree | 1257418cacbf49b8d4029d7dcd0b365346a8d5cb /mysqld-wait-ready | |
parent | 810ddd3e6fead61410e42731827877fcb88361dd (diff) |
MySQl: sync with rawhide
Diffstat (limited to 'mysqld-wait-ready')
-rw-r--r-- | mysqld-wait-ready | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqld-wait-ready b/mysqld-wait-ready index 10e86fe..8fe99ec 100644 --- a/mysqld-wait-ready +++ b/mysqld-wait-ready @@ -6,7 +6,7 @@ # Running this as ExecStartPost is useful so that services declared as # "After mysqld" won't be started until the database is really ready. -# Service file passes us the daemon's PID +# Service file passes us the daemon's PID (actually, mysqld_safe's PID) daemon_pid="$1" # extract value of a MySQL option from config files |