From: Theodore Ts'o Date: Sun, 27 Mar 2016 03:23:43 +0000 (-0400) Subject: e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX" X-Git-Tag: v1.43-WIP-2016-05-12~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2db4cb7a2a4b094a4a4a06dd22fc744d10d490b;p=thirdparty%2Fe2fsprogs.git e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX" As a nod to people building e2fsprogs for FreeBSD or Hurd. Addresses-Debian-Bug: #769838 Signed-off-by: Theodore Ts'o --- diff --git a/e2fsck/unix.c b/e2fsck/unix.c index 8899f2812..e54e2cea8 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -1896,7 +1896,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; }