OSDN Git Service

Fix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets
authorTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2003 17:45:49 +0000 (12:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2003 17:45:49 +0000 (12:45 -0500)
   removed.  (Addresses Debian Bug #213275)

debian/changelog
debian/e2fsprogs.preinst

index 0c10588..3c8a9e7 100644 (file)
@@ -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 <tytso@mit.edu>  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)
index 5dda017..1c43c0f 100644 (file)
@@ -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