K 10 svn:author V 7 thierry K 8 svn:date V 27 2014-06-03T19:39:27.068746Z K 7 svn:log V 390 It has been reported that sometimes the dæmon is launched before the database get available, this patch tries to fix that: - add an option to teach if the DB is distant; - for mysql, run `mysqladmin ping' (use a fake account, because not authorized for root!) - for pgsl, run `postgresql status' (pg_isready is not available before 9.3). Reported by: Mike Brown END