Wei Shi said: > Just found out tonight that "killall -9 nsd" does You shouldn't do -9, it kills the process instantly, without allowing it to properly shut down.
There is a bug in version 4, where a normal kill does the complete shutdown procedure, except for actualy exiting. If you do a normal kill after that again, it will exit, no -9 required. So just do "killall nsd" twice. Though you should never used that if you have more than one AOLserver instance running on the same box, ofcourse! Bas. -- 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.
