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

r5970 - glibc-package/trunk/debian/debhelper.in



Author: aurel32
Date: 2014-02-26 22:17:38 +0000 (Wed, 26 Feb 2014)
New Revision: 5970

Modified:
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
Improve comment

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-02-24 21:11:48 UTC (rev 5969)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-02-26 22:17:38 UTC (rev 5970)
@@ -305,7 +305,7 @@
     # of the same architecture than the native one has been installed (e.g.:
     # libc6-amd64:i386 on amd64). Try to detect this by checking that the 
     # ld.so symlink correctly points to ld-*.so in the slib directory, and 
-    # disable ldconfig in such a case. The symlink will be fixed when 
+    # disable ldconfig if it is not the case. The symlink will be fixed when 
     # unpacking the new libc version and ldconfig will be re-enabled when
     # a new fixed version is unpacked.
     if ! readlink -e RTLD_SO | grep -qE 'SLIBDIR/ld-[0-9.]+\.so' ; then


Reply to: