Author: aurel32
Date: 2007-04-23 22:51:17 +0000 (Mon, 23 Apr 2007)
New Revision: 2119

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/kernelcheck.sh
Log:
  * debian/script.in/kernelcheck.sh: improve the kernel error message.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2007-04-23 22:28:25 UTC (rev 
2118)
+++ glibc-package/trunk/debian/changelog        2007-04-23 22:51:17 UTC (rev 
2119)
@@ -5,8 +5,9 @@
     upstream.
   * debian/debhelper.in/libc.NEWS: new file to warn user to upgrade
     to a 2.6.1 or later kernel before upgrading the glibc.
+  * debian/script.in/kernelcheck.sh: improve the kernel error message.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 00:27:54 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 00:50:39 +0200
 
 glibc (2.5-4) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/script.in/kernelcheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/kernelcheck.sh 2007-04-23 22:28:25 UTC 
(rev 2118)
+++ glibc-package/trunk/debian/script.in/kernelcheck.sh 2007-04-23 22:51:17 UTC 
(rev 2119)
@@ -57,9 +57,9 @@
     then
        if kernel_compare_versions "$kernel_ver" lt 2.6.1
        then
-           echo WARNING: POSIX threads library NPTL requires 2.6.1 and
-           echo later kernel.  If you use 2.4 kernel, please upgrade your
-           echo kernel before installing glibc.
+           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 before installing glibc.
            exit_check
        fi
     fi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to