diff -ruN postgresql14-14.0.orig/src/bin/initdb/initdb.c postgresql14-14.0/src/bin/initdb/initdb.c --- postgresql14-14.0.orig/src/bin/initdb/initdb.c 2021-09-29 02:47:31.000000000 +0000 +++ postgresql14-14.0/src/bin/initdb/initdb.c 2021-09-29 03:44:32.925232885 +0000 @@ -3270,6 +3270,8 @@ appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile")); printf(_("\nSuccess. You can now start the database server using:\n\n" + " service postgresql start\n" + "or\n" " %s\n\n"), start_db_cmd->data);