public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/389-ds-base/files: start-dirsrv
@ 2010-07-23 14:27 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2010-07-23 14:27 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/07/23 14:27:13

  Modified:             start-dirsrv
  Log:
  silently add trivial change to start-dirsrv to always exit with a valid status
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-nds/389-ds-base/files/start-dirsrv

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/389-ds-base/files/start-dirsrv?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/389-ds-base/files/start-dirsrv?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/389-ds-base/files/start-dirsrv?r1=1.1&r2=1.2

Index: start-dirsrv
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/389-ds-base/files/start-dirsrv,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- start-dirsrv	7 Jul 2010 14:31:36 -0000	1.1
+++ start-dirsrv	23 Jul 2010 14:27:13 -0000	1.2
@@ -10,4 +10,4 @@
 rc=$(rc-config start 389-ds)
 # give the daemon a chance to start
 sleep 8
-exit ${rc}
+exit "${rc:-1}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-23 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 14:27 [gentoo-commits] gentoo-x86 commit in net-nds/389-ds-base/files: start-dirsrv Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox