Package: e2fsprogs Version: 1.42.12-1 Severity: wishlist Tags: patch Dear Maintainer,
given it also builds on kfreebsd and hurd, please consider not to mention kernel in reboot message (just "REBOOT"? "REBOOT SYSTEM"?), or mentioning the correct one. Thanks for considering. -- G..e
--- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -1742,7 +1742,7 @@ no_journal: "MODIFIED *****\n"), ctx->device_name); if (ctx->mount_flags & EXT2_MF_ISROOT) { - log_out(ctx, _("%s: ***** REBOOT LINUX *****\n"), + log_out(ctx, _("%s: ***** REBOOT SYSTEM *****\n"), ctx->device_name); exit_value |= FSCK_REBOOT; }