• unknown's avatar
    Bug#16576 Patch to compile on GNU/Hurd (ps check in configure) · 619ae11b
    unknown authored
     - Thanks to Christian Hammers for the patch
    
    
    configure.in:
      The configure check on how to run ps to get mysqld's $PID does not
      work on the Hurd, as the PPID is prepended with a - for login shells,
      thus making grep look for -bash, which it complains as an invalid
      argument.  Filtering out '-' from the ps output makes this work fine.
    619ae11b
configure.in 86 KB