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

r2412 - in glibc-package/trunk/debian: . script.in



Author: aurel32
Date: 2007-07-12 20:12:22 +0000 (Thu, 12 Jul 2007)
New Revision: 2412

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/kernelcheck.sh
Log:
  * script.in/kernelcheck.sh: the minimum kernel version is now 2.6.8 and not
    2.6.1.  Closes: bug#432721.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-07-12 20:09:32 UTC (rev 2411)
+++ glibc-package/trunk/debian/changelog	2007-07-12 20:12:22 UTC (rev 2412)
@@ -3,8 +3,10 @@
   [ Aurelien Jarno ]
   * script.in/kernelcheck.sh: s/kernel_compare_version/linux_compare_versions/
     for arm.
+  * script.in/kernelcheck.sh: the minimum kernel version is now 2.6.8 and not
+    2.6.1.  Closes: bug#432721.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 Jul 2007 22:08:35 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 12 Jul 2007 22:11:43 +0200
 
 glibc (2.6-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/script.in/kernelcheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/kernelcheck.sh	2007-07-12 20:09:32 UTC (rev 2411)
+++ glibc-package/trunk/debian/script.in/kernelcheck.sh	2007-07-12 20:12:22 UTC (rev 2412)
@@ -105,7 +105,7 @@
             if linux_compare_versions "$kernel_ver" lt 2.6.8
             then
                 echo WARNING: POSIX threads library NPTL requires kernel version
-                echo 2.6.1 or later.  If you use a kernel 2.4, please upgrade it
+                echo 2.6.8 or later.  If you use a kernel 2.4, please upgrade it
                 echo before installing glibc.
                 kernel26_help
                 exit_check



Reply to: