On Fri, 2003-12-12 at 10:15, Manish Mukherjee wrote: > still having to reboot twice though. i suppose i'll have to live with > that.
You might try using a boot script as simple as: -------------- #!/bin/bash sleep 5 export PATH=$PATH:"your extra path" export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"your extra library path" exec /path/to/nsd $* -------------- Then just run the script with the same arguments as usual, instead of running nsd directly. The 'sleep 5' should be long enough. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
