Fix PID file path for SLE11

This commit is contained in:
Bo Maryniuk 2016-05-03 09:03:07 +02:00
parent 7f37961d4b
commit 4b7dab83ff

View file

@ -71,7 +71,7 @@ class _Zypper(object):
SUCCESS_EXIT_CODES = [0, 100, 101, 102, 103]
LOCK_EXIT_CODE = 7
XML_DIRECTIVES = ['-x', '--xmlout']
ZYPPER_LOCK = '/run/zypp.pid'
ZYPPER_LOCK = '/var/run/zypp.pid'
TAG_RELEASED = 'zypper/released'
TAG_BLOCKED = 'zypper/blocked'