]> granicus.if.org Git - icinga2/commit
Initialize Configuration::InitRunDir for Windows and writing the PID file 6679/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 12 Oct 2018 14:18:55 +0000 (16:18 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 15 Oct 2018 07:24:46 +0000 (09:24 +0200)
commit1c7fddb780d5ddb7d816b14e0a0fedbdd306fec2
treec66ad4f0bbbcbc6984d1b38cc867453cedb08519
parent71a8f353545fcc3d8121dd405599e63a6dece83c
Initialize Configuration::InitRunDir for Windows and writing the PID file

Even if this some Unix specific stuff, we rely on writing this file
in our generic application code. Therefore its path needs to be specified.

This got broken with 9fbc406 which renamed RunDir to InitRunDir, but
didn't re-add it to the Windows #ifdefs.

fixes #6677
icinga-app/icinga.cpp