Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 964
blob9f81088a55760de7924a3420ec742f42413ec09d
1 Title: Fix hanging shutdown of CMC on RedHat 5.X
2 Level: 2
3 Component: notifications
4 Class: fix
5 State: unknown
6 Version: 1.2.5i3
7 Date: 1399031217
9 When using the CMC on RedHat/CentOS 5.X then the CMC would not correctly
10 shutdown. The reason is, that the Python implementation of that OSes
11 raises an Exception on sys.exit, while newer versions don't. This has
12 been fixed by handling <tt>SystemExit</tt> explicitely.