Index: akonadi-19.08.0/src/server/storage/dbconfigmysql.cpp =================================================================== --- akonadi-19.08.0.orig/src/server/storage/dbconfigmysql.cpp +++ akonadi-19.08.0/src/server/storage/dbconfigmysql.cpp @@ -235,8 +235,7 @@ bool DbConfigMysql::startInternalServer( bool confUpdate = false; QFile actualFile(actualConfig); // update conf only if either global (or local) is newer than actual - if ((QFileInfo(globalConfig).lastModified() > QFileInfo(actualFile).lastModified()) || - (QFileInfo(localConfig).lastModified() > QFileInfo(actualFile).lastModified())) { + if (true) { QFile globalFile(globalConfig); QFile localFile(localConfig); if (globalFile.open(QFile::ReadOnly) && actualFile.open(QFile::WriteOnly)) { ipts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/user.scm
AgeCommit message (Expand)Author
2019-04-28installer: User can have a "real name"....Ludovic Courtès
2019-04-25installer: Ask for the root account password....Ludovic Courtès
2019-04-25installer: Ask for user password and initialize /etc/shadow....Ludovic Courtès
2019-01-17installer: Add user module....Mathieu Othacehe