Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fad49b
)
e2fsck: Print "REBOOT SYSTEM" instead of "REBOOT LINUX"
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 27 Mar 2016 03:23:43 +0000
(23:23 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/e2fsck/unix.c
b/e2fsck/unix.c
index
8899f28
..
e54e2ce
100644
(file)
--- 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;
}