Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6101
blob30f2f99c068b07de66e674a1363029efd65ecd58
1 Title: Fixed partial uninstall of Check_MK 1.5 versions (leaving sitecustomize.pyc)
2 Level: 1
3 Component: packages
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1526558604
11 The python delivered with Check_MK was not precompiling the lib/python2.7/sitecustomize.pyc
12 during packaging. It was then created during runtime on the target system. Since this file
13 is not under control of the RPM/DEB packages the file was left on the filesystem after
14 uninstall. The version was still visible after removal in "omd version" output until one
15 removed the /omd/versions/[version] directory.