Author: aurel32
Date: 2009-11-09 21:22:21 +0000 (Mon, 09 Nov 2009)
New Revision: 3945

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/script.in/nsscheck.sh
Log:
  * script.in/nsscheck.sh: fix call to invoke-rc.d.  Closes: #555463.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-11-09 20:29:29 UTC (rev 
3944)
+++ glibc-package/trunk/debian/changelog        2009-11-09 21:22:21 UTC (rev 
3945)
@@ -6,8 +6,9 @@
     #552518, #499016.
   * Strip *.o files manually (dh_strip does not do it) to prevent
     leakage of the build directory (has been lost in a merge).
+  * script.in/nsscheck.sh: fix call to invoke-rc.d.  Closes: #555463.
 
- -- Aurelien Jarno <[email protected]>  Mon, 09 Nov 2009 21:29:00 +0100
+ -- Aurelien Jarno <[email protected]>  Mon, 09 Nov 2009 22:21:48 +0100
 
 eglibc (2.10.1-6) unstable; urgency=high
 

Modified: glibc-package/trunk/debian/script.in/nsscheck.sh
===================================================================
--- glibc-package/trunk/debian/script.in/nsscheck.sh    2009-11-09 20:29:29 UTC 
(rev 3944)
+++ glibc-package/trunk/debian/script.in/nsscheck.sh    2009-11-09 21:22:21 UTC 
(rev 3945)
@@ -19,7 +19,7 @@
                if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
                    # Should be "if invoke-rc.d ${service} status; then", but
                    # it is not yet supported by all scripts
-                   invoke-rc.d -query ${service} start ; status=$?
+                   invoke-rc.d --query ${service} start 2>/dev/null || 
status=$?
                    if [ "$status" = "104" ] ; then
                        services="$service $services"
                    else


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

Reply via email to