From c1732c5a9ae9a8ad6e3f66d95d55e169aa4d2ad3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 9 Apr 2012 14:46:43 -0400 Subject: [PATCH] e2fsck.conf.5: add buggy_init_scripts to the man page 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" --- e2fsck/e2fsck.conf.5.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/e2fsck/e2fsck.conf.5.in b/e2fsck/e2fsck.conf.5.in index 0d4651bd6..89a1cf702 100644 --- a/e2fsck/e2fsck.conf.5.in +++ b/e2fsck/e2fsck.conf.5.in @@ -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) -- 2.47.2