summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-13 11:19:33 +0100
committermaximilian attems <maks@debian.org>2006-02-13 11:19:33 +0100
commit57bae4e1d5de2dceaf2c08937fceb6a5879075c2 (patch)
treec9760c60cbe792655d366201a7643be9b100fef9
parent8281a8acd88b580a75585e254c068c01e70404a1 (diff)
s/was/has/ been altered
-rw-r--r--debian/changelog6
-rw-r--r--update-initramfs2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 67daa85..31ed427 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,12 @@ initramfs-tools (0.52) unstable; urgency=low
snapshot. (ubuntu: #3842)
* init: Fix maybe_break test for the bottom stage.
-
+
* scripts/init-premount/udev-helper: Renamed from scripts/init-premount/ide.
- -- maximilian attems <maks@sternwelten.at> Mon, 6 Feb 2006 00:47:53 +0100
+ * update-initramfs: s/was/has/ been altered. (closes: #351939)
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 13 Feb 2006 11:18:11 +0100
initramfs-tools (0.51) unstable; urgency=low
diff --git a/update-initramfs b/update-initramfs
index 0d757b1..ddb6877 100644
--- a/update-initramfs
+++ b/update-initramfs
@@ -230,7 +230,7 @@ altered_check()
if [ "${takeover}" = 0 ]; then
if ! compare_sha1; then
delete_sha1
- mild_panic "${initramfs} was been altered. Cannot update."
+ mild_panic "${initramfs} has been altered. Cannot update."
fi
fi
}