Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37891915
en ru br
ALT Linux repositórios
S:8.15.1-alt1
5.0: 1.0.9-alt37
4.1: 1.0.9-alt0.M41.35
4.0: 1.0.9-alt0.M40.35
+backports:1.0.9-alt0.M40.16
3.0: 20050715-alt0.1
+backports:20061212-alt0.M30.1

Group :: Emuladores
RPM: wine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh

# Vitaly Lipatov <lav@etersoft.ru>
# Kills all wine processes
# 19.06.04, 05.07.04
# 26.10.04 Simple version for debugging purposes
# 19.01.05 Use dialog when run from menu
# FIXME: what the right method (kill WINESERVER?)

DIALOG=Xdialog

wineserver -k
sleep 1
echo Kill all wine processes
for i in "" "-9"
do
killall $i wine-kthread wine-pthread wine-preloader wineserver wine
sleep 1
done

/usr/bin/wineboot

test -n $1 && $DIALOG --infobox "Reboot completed" 0 0 10000
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009