entropy/Repository Service:

- kill LockScanner thread before quitting


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1983 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-05-27 11:06:26 +00:00
parent 5124972ea7
commit 8a55513f5b
+2
View File
@@ -23,5 +23,7 @@ try:
srv.go()
except KeyboardInterrupt:
srv.Gc.kill()
if srv.LockScanner != None:
srv.LockScanner.kill()
sys.exit(1)