From 161bac9265ec5867c4d060097377d948539f139a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 29 Mar 2006 20:56:10 +0000 Subject: [PATCH] * Since 2.6 is the supported kernel for etch, build the userspace with a sysname of *_linux26 where supported. This only affects the sys command. (Using livesys instead is better.) (Closes: #358118) --- debian/changelog | 5 ++++- debian/sysname | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9ee4d6946..e263beb51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,10 +11,13 @@ openafs (1.4.0+rc10-1) UNRELEASED; urgency=low - Include ka-forwarder from the old migration toolkit. - Add man pages for asetkey and ka-forwarder. * Subsume openafs-doc into this source package. + * Since 2.6 is the supported kernel for etch, build the userspace with + a sysname of *_linux26 where supported. This only affects the sys + command. (Using livesys instead is better.) (Closes: #358118) * Always pass the system type into Autoconf, following autotools-dev best practices. - -- Russ Allbery Wed, 29 Mar 2006 12:36:19 -0800 + -- Russ Allbery Wed, 29 Mar 2006 12:54:37 -0800 openafs (1.4.0-4) unstable; urgency=low diff --git a/debian/sysname b/debian/sysname index b47488d10..8a3adaee8 100755 --- a/debian/sysname +++ b/debian/sysname @@ -10,25 +10,25 @@ alpha) echo alpha_linux_24 ;; amd64) - echo amd64_linux24 + echo amd64_linux26 ;; hppa) echo parisc_linux24 ;; i[3456]86) - echo i386_linux24 + echo i386_linux26 ;; ia64) - echo ia64_linux24 + echo ia64_linux26 ;; powerpc) - echo ppc_linux24 + echo ppc_linux26 ;; ppc64) - echo ppc64_linux24 + echo ppc64_linux26 ;; s390) - echo s390_linux24 + echo s390_linux26 ;; sparc|sparc64) echo sparc_linux24 -- 2.39.5