summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-03-28 18:36:16 +0200
committermaximilian attems <maks@debian.org>2006-03-28 18:36:16 +0200
commit7f7832004e1fe8b9a13afb2ac765f4f611ffc6ed (patch)
treee5ed4341f3f1a47207e2ce1253734cb20945ff4c
parentfac756fddb6da3efbbfe99c3c9b0644346ecc695 (diff)
downloadinitramfs-tools-7f7832004e1fe8b9a13afb2ac765f4f611ffc6ed.tar.gz
initramfs-tools-7f7832004e1fe8b9a13afb2ac765f4f611ffc6ed.zip
fix not initialized variables
-rw-r--r--debian/changelog7
-rwxr-xr-x[-rw-r--r--]mkinitramfs-kpkg3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 93b55c4..757a015 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+initramfs-tools (0.59b) unstable; urgency=low
+
+ * mkinitramfs-kpkg: Intialialize the variables.
+ (closes: #359355, #359620, #359613, #359666, #359681)
+
+ -- maximilian attems <maks@sternwelten.at> Tue, 28 Mar 2006 16:30:59 +0200
+
initramfs-tools (0.59) unstable; urgency=low
* debian/copyright: Add years of copyright and authors.
diff --git a/mkinitramfs-kpkg b/mkinitramfs-kpkg
index 8d32005..437b0ac 100644..100755
--- a/mkinitramfs-kpkg
+++ b/mkinitramfs-kpkg
@@ -2,6 +2,9 @@
set -eu
STATEDIR=/var/lib/initramfs-tools
+supported_host_version=""
+supported_target_version=""
+outfile=""
usage()
{