[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1MRWBp-0000yI-55@zelda.netsplit.com>
Date: Thu, 16 Jul 2009 19:27:29 +0100
From: Scott James Remnant <scott@...ntu.com>
To: linux-ext4@...r.kernel.org
Cc: Theodore Tso <tytso@....edu>
Subject: [PATCH] Remove Ubuntu-specific e2fsck.conf file
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 <scott@...ntu.com>
---
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
-
dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.info
dh_installinfo -pe2fslibs-dev ${stdbuilddir}/doc/libext2fs.info
diff --git a/e2fsck/e2fsck.conf.ubuntu b/e2fsck/e2fsck.conf.ubuntu
deleted file mode 100644
index 49d6d19..0000000
--- a/e2fsck/e2fsck.conf.ubuntu
+++ /dev/null
@@ -1,2 +0,0 @@
-[options]
- buggy_init_scripts = 1
--
1.6.0.5
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists