[PATCH] Remove Ubuntu-specific e2fsck.conf file
From: Scott James Remnant <hidden>
Date: 2009-07-16 19:01:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Scott James Remnant <hidden>
Date: 2009-07-16 19:01:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
The problems with a hardware clock in localtime that plagued older Ubuntu releases have been resolved, and current releases now correctly set the system clock to UTC even when the hardware clock is in localtime. Therefore the config file is unnecessary, and may in fact be masking other problems. Signed-off-by: Scott James Remnant <redacted> --- debian/rules | 6 ------ e2fsck/e2fsck.conf.ubuntu | 2 -- 2 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 e2fsck/e2fsck.conf.ubuntu
diff --git a/debian/rules b/debian/rules
index 9520b02..f71749e 100755
--- a/debian/rules
+++ b/debian/rules@@ -406,12 +406,6 @@ binary-arch: install install-udeb $(INSTALL) -p -m 0644 debugfs/debug_cmds.ct \ ${debdir}/ss-dev/usr/share/doc/libss${SS_SOVERSION}/examples - if test -f /etc/lsb-release && \ - grep -q DISTRIB_ID=Ubuntu /etc/lsb-release; then \ - $(INSTALL) -p -m 0644 e2fsck/e2fsck.conf.ubuntu \ - ${debdir}/e2fsprogs/etc/e2fsck.conf; \ - fi