Whamcloud - gitweb
e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX"
authorTheodore Ts'o <tytso@mit.edu>
Sun, 27 Mar 2016 03:23:43 +0000 (23:23 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 27 Mar 2016 03:23:43 +0000 (23:23 -0400)
As a nod to people building e2fsprogs for FreeBSD or Hurd.

Addresses-Debian-Bug: #769838

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/unix.c

index 8899f28..e54e2ce 100644 (file)
@@ -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;
                }