]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Fix a typo in debian/kern-sysname that caused openafs-modules-source
authorRuss Allbery <rra@debian.org>
Mon, 9 Jul 2007 15:26:05 +0000 (15:26 +0000)
committerRuss Allbery <rra@debian.org>
Mon, 9 Jul 2007 15:26:05 +0000 (15:26 +0000)
  to still assume all ia64 systems used Linux 2.4.  Thanks, Jakob
  Haufe.  (Closes: #432344)

debian/changelog
debian/kern-sysname

index f558d0a93f61b6c971b2b90a3658de6f723fdcc5..d0257263a57477a119aec6c85d165213d7878f35 100644 (file)
@@ -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 <rra@debian.org>  Wed, 27 Jun 2007 07:32:58 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 09 Jul 2007 08:28:01 -0700
 
 openafs (1.4.4.dfsg1-4) unstable; urgency=low
 
index 33e75ba166760eafc761e8c1ab180089d0c72399..56d1f69f2ea0aa59928ae90c5fab751cc24a0dab 100644 (file)
@@ -37,7 +37,7 @@ ia64)
         echo ia64_linux24
         ;;
     2.6*)
-        echo ia64_linux24
+        echo ia64_linux26
         ;;
     esac
     ;;