From: Jonathan McDowell Date: Sun, 5 Jan 2014 17:50:55 +0000 (+0000) Subject: Check return value when writing PID to DB4 upgrade lock file X-Git-Tag: onak-0.4.3~17 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b2f2bc60555e2d953069c40d8d3cdecfcec9ac29;hp=b2f2bc60555e2d953069c40d8d3cdecfcec9ac29;p=onak.git Check return value when writing PID to DB4 upgrade lock file When writing our PID to the lock file for upgrading the DB4 version we didn't check it was actually successful. This doesn't matter in general (because it's the existence or not of the file we care about) but catch it and error out appropriate anyway. ---