From e2a0c750b0fd3b2ce555f1fa1014d3050e73e57b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 9 Jul 2007 15:26:05 +0000 Subject: [PATCH] * Fix a typo in debian/kern-sysname that caused openafs-modules-source to still assume all ia64 systems used Linux 2.4. Thanks, Jakob Haufe. (Closes: #432344) --- debian/changelog | 5 ++++- debian/kern-sysname | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f558d0a93..d0257263a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ openafs (1.4.4.dfsg1-5) UNRELEASED; urgency=low + * Fix a typo in debian/kern-sysname that caused openafs-modules-source + to still assume all ia64 systems used Linux 2.4. Thanks, Jakob + Haufe. (Closes: #432344) * Use LSB logging functions for openafs-fileserver and support passing arguments to bosserver in /etc/default/openafs-fileserver by setting DAEMON_ARGS. @@ -8,7 +11,7 @@ openafs (1.4.4.dfsg1-5) UNRELEASED; urgency=low KeyFile and CellServDB.old from /etc/openafs/server, and remove BosConfig from /etc/openafs. - -- Russ Allbery Wed, 27 Jun 2007 07:32:58 -0700 + -- Russ Allbery Mon, 09 Jul 2007 08:28:01 -0700 openafs (1.4.4.dfsg1-4) unstable; urgency=low diff --git a/debian/kern-sysname b/debian/kern-sysname index 33e75ba16..56d1f69f2 100644 --- a/debian/kern-sysname +++ b/debian/kern-sysname @@ -37,7 +37,7 @@ ia64) echo ia64_linux24 ;; 2.6*) - echo ia64_linux24 + echo ia64_linux26 ;; esac ;; -- 2.39.5