Whamcloud - gitweb
e2fsck.conf.5: add buggy_init_scripts to the man page
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Apr 2012 18:46:43 +0000 (14:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Apr 2012 18:46:43 +0000 (14:46 -0400)
We have renamed buggy_init_scripts to accept_time_fudge.  Explain this
so that people who find buggy_init_scripts in older e2fsck.conf files
understand what is going on.

Addresses-Debian-Bug: #646963

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/e2fsck.conf.5.in

index 0d4651b..89a1cf7 100644 (file)
@@ -123,6 +123,18 @@ can not be trusted; and to skip time-based checks if this is true.  If
 this boolean is set to true, then e2fsck will always assume that the
 system clock can not be trusted.
 .TP
+.I buggy_init_scripts
+This boolean relation is an alias for
+.I accept_time_fudge
+for backwards compatibility; it used to
+be that the behavior defined by
+.I accept_time_fudge
+above defaulted to false, and
+.I buggy_init_scripts
+would enable superblock time field to be wrong by up to 24 hours.  When
+we changed the default, we also renamed this boolean relation to
+.IR accept_time_fudge.
+.TP
 .I clear_test_fs_flag
 This boolean relation controls whether or not 
 .BR e2fsck (8)