what an important piece of information, thanks, Nick!

tibyke

On Thu, 12 Dec 2002 12:46:10 -0600
"Nick" <[EMAIL PROTECTED]> wrote:

N> The following code is incorrect in safe_mysqld on 3.23.54 at least (that
N> is all I have checked)
N> 
N> Line 162:
N>     if $NOHUP_NICENESS -gt 0
N>     then
N>       $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
N> 
N> 
N> This needs to be:
N> 
N>     if test $NOHUP_NICENESS -gt 0
N>     then
N>       NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
N> 
N> 
N> 
N> Thanks!
N> 
N> Nickg
N> 
N> 
N> ---------------------------------------------------------------------
N> Before posting, please check:
N>    http://www.mysql.com/manual.php   (the manual)
N>    http://lists.mysql.com/           (the list archive)
N> 
N> To request this thread, e-mail <[EMAIL PROTECTED]>
N> To unsubscribe, e-mail <[EMAIL PROTECTED]>
N> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
N> 
N> 

---------------------------------------------------------------------
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