aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/linux/alpha/processor.h2
-rw-r--r--config.h4
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/arch/linux/alpha/processor.h b/arch/linux/alpha/processor.h
index 88f58589..fa02ea05 100644
--- a/arch/linux/alpha/processor.h
+++ b/arch/linux/alpha/processor.h
@@ -60,7 +60,7 @@ processor_get_info(Processor *processor)
"BogoMips=%.2f"
"Byte Order=%s\n",
processor->model_name,
- processor->plataform,
+ processor->strmodel,
processor->bogomips,
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
"Little Endian"
diff --git a/config.h b/config.h
index 6a0131b5..9cbab190 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@
#define LSPCI "/bin/lspci -v"
#define ARCH_i386
#define PLATFORM "Linux"
-#define KERNEL "2.6.17-1-k7"
-#define HOSTNAME "comanche.linuxhome.com.br"
+#define KERNEL "2.6.17-2-686"
+#define HOSTNAME "lxmaster.intranet.dasa"
#define PREFIX "/usr/share/hardinfo/"
#define LIBPREFIX "/usr/lib/hardinfo/"
#define DEBUG 1
diff --git a/debian/changelog b/debian/changelog
index d2547f1c..c29395d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hardinfo (0.4.1-5) unstable; urgency=low
+
+ * Fixed FTBFS on alpha.
+
+ -- Agney Lopes Roth Ferraz <agney@debian.org> Fri, 13 Oct 2006 14:41:04 -0300
+
hardinfo (0.4.1-4) unstable; urgency=low
* Fixed FTBFS on alphaand ia64.