Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 367
blob9f14404b7304796ca3ccba1a5e7bec03671246fd
1 Title: Now using /dev/null instead of closing stdin in linux agent
2 Level: 2
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387212325
8 Targetversion: future
10 Some programs might not be working when stdin is closed. A more portable
11 approach seems to use /dev/null as stdin.