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 <tytso@mit.edu>
debian
Theodore Ts'o 2016-03-26 23:23:43 -04:00
parent 0fad49b50d
commit c2db4cb7a2
1 changed files with 1 additions and 1 deletions

View 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;
}