Whamcloud - gitweb
Work around lame Ubuntu init scripts / installer bugs
authorTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2007 00:42:04 +0000 (20:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2007 00:43:11 +0000 (20:43 -0400)
commit60702c267d83bc75ca22e8efb5eff0e1a8821800
treee76ded9dd8a78fae134b987d96c30618097533fc
parented773a263829493e4e4bf612dbec2380cf09349f
Work around lame Ubuntu init scripts / installer bugs

The Ubuntu init scripts don't properly set the system time correctly
from hardware clock if the hardware clock is configured to tick local
time instead of GMT time.

Work around this as best as we can by providing an option in
/etc/e2fsck.conf which can be set on Ubuntu systems:

[options]
buggy_init_scripts = 1

Addresses-Debian-Bug: #441093
Addresses-Ubuntu-Bug: #131201

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules
e2fsck/e2fsck.conf.5.in
e2fsck/e2fsck.h
e2fsck/super.c
e2fsck/unix.c