[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#41064: marked as done (/etc/init.d/devpts.sh does not grok EXTRAVERSION of the kernel)



Your message dated 25 Jul 1999 18:54:02 -0000
with message-id <[🔎] 19990725185402.15806.qmail@master.debian.org>
and subject line Bug#41064: fixed in glibc 2.1.2-0pre1
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 9 Jul 1999 21:17:10 +0000
Received: (qmail 1223 invoked from network); 9 Jul 1999 21:17:09 -0000
Received: from mercury.sun.com (192.9.25.1)
  by master.debian.org with SMTP; 9 Jul 1999 21:17:09 -0000
Received: from engmail3.Eng.Sun.COM ([129.144.170.5])
	by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id OAA25056
	for <submit@bugs.debian.org>; Fri, 9 Jul 1999 14:17:08 -0700 (PDT)
Received: from vina.eng.sun.com (vina.Eng.Sun.COM [129.146.244.133])
	by engmail3.Eng.Sun.COM (8.9.1b+Sun/8.9.1/ENSMAIL,v1.6) with ESMTP id OAA08582;
	Fri, 9 Jul 1999 14:17:07 -0700 (PDT)
Received: from pekon by vina.eng.sun.com with local (Exim 3.02 #1 (Debian))
	id 112i15-0000VA-00; Fri, 09 Jul 1999 14:17:07 -0700
From: Petr Konecny <pekon@eng.sun.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: /etc/init.d/devpts.sh does not grok EXTRAVERSION of the kernel
X-Mailer: reportbug 0.13
Date: Fri, 09 Jul 1999 14:17:07 -0700
Message-Id: <[🔎] E112i15-0000VA-00@vina.eng.sun.com>

Package: libc6
Version: 2.1.1-13
Severity: normal

I am using rtlinux and hence the result of `uname -r` is "2.2.10.RTL_BETA9".
Therefore major_release is set to 2.2.10 and minor_release to RTL_BETA9,
and no case matches major_release.

I think that the following helps:

release=`uname -r`
tail=${release#*.*.}
major_release=${release%.${tail}}
minor_release=${tail%%.*}

							Petr

-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux vina 2.2.10.RTL_BETA9 #4 SMP Fri Jul 9 13:16:24 PDT 1999 i686

Versions of packages libc6 depends on:
ii  ldso            1.9.11-2       The Linux dynamic linker, library and utilit



Reply to: