Commit 2103ea78 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ChangeLog, mke2fs.c:

  mke2fs.c (main): Add better explanation about when the filesystem will
  	be checked after it is created.
parent 913c4e9f
2001-04-16 Theodore Tso <tytso@valinux.com>
* mke2fs.c (main): Add better explanation about when the
filesystem will be checked after it is created.
* util.c (parse_journal_opts): Remove code which allowed a bare
number to be treated as a journal size.
......
......@@ -1249,8 +1249,10 @@ no_journal:
}
if (!quiet) {
printf(_("done\n\n"));
printf(_("Filesystem will be checked run "
"every %d mounts or %g days.\n"),
printf(_("This filesystem will be automatically "
"checked every %d mounts or\n"
"%g days, whichever comes first. "
"Use tune2fs -c or -i to override.\n"),
fs->super->s_max_mnt_count,
(double)fs->super->s_checkinterval / (3600 * 24));
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment