From 817cc0358c8d128015c80ed30171a69ff1e1d2fc Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 7 Dec 2003 12:45:49 -0500 Subject: [PATCH] Fix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets removed. (Addresses Debian Bug #213275) --- debian/changelog | 9 ++++++++- debian/e2fsprogs.preinst | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c10588..3c8a9e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +e2fsprogs (1.34+1.35-WIP-2003.12.07-2) unstable; urgency=low + + * Fix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets + removed. (Closes: #213275) + + -- Theodore Y. Ts'o Sun, 7 Dec 2003 12:35:21 -0500 + e2fsprogs (1.34+1.35-WIP-2003.12.07-1) unstable; urgency=medium * Added regression tests for mke2fs and dumpe2fs. @@ -6,7 +13,7 @@ e2fsprogs (1.34+1.35-WIP-2003.12.07-1) unstable; urgency=medium specifier is passed to e2fsck or tune2fs. * Fix handling of corrupted indirect blocks in the bad block inode. * If the number of mounts until the next forced filesystem check is less - than 6, mention this to the user. (Closes: ##157194) + than 6, mention this to the user. (Closes: #157194) * E2fsck will try to avoid doing a forced filesystem chcek if a system is running on batteries according to APM or ACPI. (Closes: #205177) * Fix problems in the German translation. (Closes: #2000086) diff --git a/debian/e2fsprogs.preinst b/debian/e2fsprogs.preinst index 5dda017..1c43c0f 100644 --- a/debian/e2fsprogs.preinst +++ b/debian/e2fsprogs.preinst @@ -14,7 +14,7 @@ EOT esac # Old/erroneous conffile from early post-woody sid -if [ -d /etc/mkinitrd/scripts/e2fsprogs ] +if [ -f /etc/mkinitrd/scripts/e2fsprogs ] then rm -rf /etc/mkinitrd/scripts/e2fsprogs fi -- 1.8.3.1