-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 12 Dec 2002, Nick wrote:

> The following code is incorrect in safe_mysqld on 3.23.54 at least (that
> is all I have checked)
>
> Line 162:
>     if $NOHUP_NICENESS -gt 0
>     then
>       $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
>
>
> This needs to be:
>
>     if test $NOHUP_NICENESS -gt 0
>     then
>       NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"

Thanks for spotting this! I've now fixed it for the next release.

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE9+Z38SVDhKrJykfIRAr/DAJ4+YfJFYOtp4nhvxgYlXeA8O/GuZwCcD728
xlOjQ4JJ2KANXH11EHx/Nqs=
=dd/k
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to