Quote:
Originally Posted by John Adams
FNW, thanks. I will make the changes, test them, and WIKI this script.
|
At the end, you do have to kill the whole wine server, so it gives up the port minilogin uses- I don't use wine of that machione for anything else so it's not improtant for me to keep it running;
My latest stop-script;
Code:
#!/bin/sh
killall wine MiniLogin.exe world eqlaunch zone wineserver wine-preloader
sleep 3
if ps ax|grep -e 'w[o]rld' -e 'z[o]ne' -e 'eq[l]aunch' >/dev/null; then
killall -9 world eqlaunch zone
sleep 2
fi
./cleanipc
rm -f .lock-zones .lock-world .lock-login .lock-launcher
sleep 3
killall wine-preloader
sleep 3
killall wine-preloader
sleep 3
killall wine-preloader
The third "killall wine-preloader" returns the error that the job is done.