You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
776 B

  1. #! /bin/sh /usr/share/dpatch/dpatch-run
  2. ## 61_replace_dash_with_bash_mbug675185.dpatch by <knielsen@knielsen-hq.org>
  3. ##
  4. ## All lines beginning with `## DP:' are a description of the patch.
  5. ## DP: 61_replace_dash_with_bash_mbug675185
  6. ## DP: A race in dash causes mysqld_safe to occasionally loop infinitely.
  7. ## DP: Fix by using bash instead.
  8. ## DP: https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/675185
  9. @DPATCH@
  10. === modified file 'scripts/mysqld_safe.sh'
  11. --- old/scripts/mysqld_safe.sh 2010-04-09 11:47:18 +0000
  12. +++ new/scripts/mysqld_safe.sh 2010-11-21 09:40:50 +0000
  13. @@ -1,4 +1,4 @@
  14. -#!/bin/sh
  15. +#!/bin/bash
  16. # Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
  17. # This file is public domain and comes with NO WARRANTY of any kind
  18. #