From: Russ Allbery Date: Mon, 9 Jul 2007 15:26:05 +0000 (+0000) Subject: * Fix a typo in debian/kern-sysname that caused openafs-modules-source X-Git-Tag: debian/1.4.4.dfsg1-5~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e2a0c750b0fd3b2ce555f1fa1014d3050e73e57b;p=packages%2Fo%2Fopenafs.git * 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) --- 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 ;;