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

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



Author: aurel32
Date: 2010-02-14 14:03:19 +0000 (Sun, 14 Feb 2010)
New Revision: 4198

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/nsscheck.sh
Log:
  * scripts.in/nsscheck.sh: remove non-breaking space.  Closes: #569701.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-02-13 18:00:01 UTC (rev 4197)
+++ glibc-package/trunk/debian/changelog	2010-02-14 14:03:19 UTC (rev 4198)
@@ -15,11 +15,12 @@
     SOCK_CLOEXEC.
   * Add patches/any/submitted-stat-issock.diff to define the S_ISSOCK 
     macro starting with POSIX 2001.  Closes: #569517.
+  * scripts.in/nsscheck.sh: remove non-breaking space.  Closes: #569701.
 
   [ Petr Salinger]
   * kfreebsd/local-sysdeps.diff: update to revision 2978 (from glibc-bsd).
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 13 Feb 2010 11:36:02 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 14 Feb 2010 15:03:02 +0100
 
 eglibc (2.10.2-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/script.in/nsscheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/nsscheck.sh	2010-02-13 18:00:01 UTC (rev 4197)
+++ glibc-package/trunk/debian/script.in/nsscheck.sh	2010-02-14 14:03:19 UTC (rev 4198)
@@ -18,7 +18,7 @@
 	    for service in $check; do
 	    	if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
 	    	    invoke-rc.d ${service} status 2>/dev/null || status=$?
-	    	    if [ "$status" = "0" ] || [ "$status" = "1" ] ; then
+	    	    if [ "$status" = "0" ] || [ "$status" = "1" ] ; then
 	    	    	services="$service $services"
 	    	    elif [ "$status" = "100" ] ; then
 	    	    	echo "WARNING: init script for $service not found."


Reply to: