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

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



Author: gotom
Date: 2005-12-20 01:07:01 +0000 (Tue, 20 Dec 2005)
New Revision: 1067

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/etc_init.d/glibc.sh
Log:
  * debian/local/etc_init.d/glibc.sh: Change the last 'exit 0' to
    ': exit 0' to not block sourcing.  (Closes: #340147)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-12-17 15:44:47 UTC (rev 1066)
+++ glibc-package/trunk/debian/changelog	2005-12-20 01:07:01 UTC (rev 1067)
@@ -1,3 +1,11 @@
+glibc (2.3.5-10) unstable; urgency=low
+
+  [ GOTO Masanori ]
+  * debian/local/etc_init.d/glibc.sh: Change the last 'exit 0' to
+    ': exit 0' to not block sourcing.  (Closes: #340147)
+
+ -- GOTO Masanori <gotom@debian.org>  Tue, 20 Dec 2005 09:51:34 +0900
+
 glibc (2.3.5-9) unstable; urgency=low
 
   [ Daniel Jacobowitz ]
@@ -115,7 +123,7 @@
     * debian/sysdeps/powerpc.mk: Enable PowerPC NPTL.
       (Closes: #246689, #307984)
 
-    * debian/FAQ: Add the description about dropping __ctype_* symbol support
+    * debian/README: Add the description about dropping __ctype_* symbol support
       of static linked application/libraries in etch.  (Closes: #324526)
 
     * debian/sysdeps/linux.mk: Check SETNJOBS environment variable to specify

Modified: glibc-package/trunk/debian/local/etc_init.d/glibc.sh
===================================================================
--- glibc-package/trunk/debian/local/etc_init.d/glibc.sh	2005-12-17 15:44:47 UTC (rev 1066)
+++ glibc-package/trunk/debian/local/etc_init.d/glibc.sh	2005-12-20 01:07:01 UTC (rev 1067)
@@ -15,4 +15,4 @@
     # glibc kernel version check: KERNEL_VERSION_CHECK
 fi
 
-exit 0
+: exit 0



Reply to: