1 Title: Fix hanging shutdown of CMC on RedHat 5.X
3 Component: notifications
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.