-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Bob
On 23/02/14 05:51, Bob Proulx wrote: > Diff'ing the newest /etc/init.d/mysql against the previous one > shows this important difference: > > @@ -186,4 +186,3 @@ ;; esac > > -exit 0 > > The exit 0 at the end of the script was dropped. This causes the > script to exit with the exit code of the last command run which is > usually non-zero. In the case that the script exits non-zero then > the upgrade fails to configure the new package. I can't see this change in the debdiff between -1 and -2 as in AFAICT the init script has never had an exit 0 at the end. Is it possible this was a local change? > While in there please fix the funky indention introduced by the > last change too. The indention is inconsistent. > > > --- /var/tmp/mysql.dpkg-old 2013-12-29 17:59:05.401201931 > -0700 +++ /etc/init.d/mysql 2014-02-22 22:47:12.435555688 -0700 > @@ -109,7 +109,8 @@ /usr/bin/mysqld_safe > /dev/null 2>&1 & > > # 6s was reported in #352070 to be too few when using ndbcluster - > for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14; do + # 14s was > reported in #736452 to be too few with large installs + for > i in $(seq 1 30); do sleep 1 if mysqld_status check_alive nowarn ; > then break; fi log_progress_msg "." Ack - will fixup. - -- James Page Ubuntu and Debian Developer [email protected] [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJTHZu9AAoJEL/srsug59jD9J8QAJDdn5GYlKbYQH4qsk09LIQI rN6eHNf7MhwUVf9VxU3t0yyPNDBAHpv/vaEHQwjIdBzv9S2804/VgvolSnmVfxer 1YwQGyXxn5miaiieC652pAvA7nQPhgeRdSVTxIIcaefQ/oXCLPCgwxZhcFl+92FB uxxOc0LvlXYDCKILtPjfOi9zjtKfzY1Ji93LmS6z6+R0BNsgKOjCyRTg5pJkRXbE uUFHUq2Y3YWnc0VdbftquSp/5SX3nqsY3RJwScKExxRq1TUEPNKa6LoE6qgtCPnR cYm9Ad0vjovc1LBgooa74kmB6kToT+Wp63rZ15khlsGT9ayu597jn74tAG6mVK56 lLz18+gnI8ECTgH90xe4ugmHHtiKpjLmDyp2Lg1RXeRKmUfs6om2aY500OGDIhnX gr7uKBliw1QydsCIa1n2F9zPGrhcUOclWVVCv4WTAXFpCjd0dyrBIOxeIkFDChbe nM8KJ1he5zkKalJof0ZGyNWXm1Uaw9Qv95kuiVlfuHemuXTN4cNOQEytpBEmU9PI Lbzn6UPCGnKVn6bzxoL13gih3xazZDgcIRW1aXvCDeO/9FOedyFb/KPzM8/hb+Xh YcO8tqOjfZZsxUxEUWKOFc77kK4Vbl58MEZePHFQfTMs21PhAVfNweyBmdv7tXNt qtI6I0zHl1pe4iX3Eiw4 =tA2r -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

