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

r2197 - in glibc-package/trunk/debian: . local/etc_init.d



Author: aurel32
Date: 2007-05-07 09:46:44 +0000 (Mon, 07 May 2007)
New Revision: 2197

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/etc_init.d/glibc.sh
Log:
  * debian/local/etc_init.d/glibc.sh: fix the broken comment. Closes: 
    #422587.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-07 09:21:41 UTC (rev 2196)
+++ glibc-package/trunk/debian/changelog	2007-05-07 09:46:44 UTC (rev 2197)
@@ -1,8 +1,10 @@
 glibc (2.5-7) unstable; urgency=low
 
   * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.
+  * debian/local/etc_init.d/glibc.sh: fix the broken comment.  Closes: 
+    #422587.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 May 2007 11:20:52 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 07 May 2007 11:45:41 +0200
 
 glibc (2.5-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/local/etc_init.d/glibc.sh
===================================================================
--- glibc-package/trunk/debian/local/etc_init.d/glibc.sh	2007-05-07 09:21:41 UTC (rev 2196)
+++ glibc-package/trunk/debian/local/etc_init.d/glibc.sh	2007-05-07 09:46:44 UTC (rev 2197)
@@ -8,8 +8,9 @@
 # Default-Stop:
 ### END INIT INFO
 #
-# This script is existed for detecting depreciated kernel version to
-# check glibc incompatibility.
+# 
+# This script detects depreciated kernel versions incompatible with
+# the current version of the glibc
 
 if [ "`uname -s`" = Linux ]; then
     # glibc kernel version check: KERNEL_VERSION_CHECK



Reply to: