public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: ttrssd.initd-r1
@ 2013-07-03 20:30 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-07-03 20:30 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/07/03 20:30:34

  Modified:             ttrssd.initd-r1
  Log:
  Add --retry option to init script. Patch by Takashi Kobayashi <dbkanahaku@gmail.com>. Bug #475610
  
  (Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.3                  www-apps/tt-rss/files/ttrssd.initd-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1?r1=1.2&r2=1.3

Index: ttrssd.initd-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ttrssd.initd-r1	6 Apr 2013 07:40:52 -0000	1.2
+++ ttrssd.initd-r1	3 Jul 2013 20:30:34 -0000	1.3
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1,v 1.2 2013/04/06 07:40:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd-r1,v 1.3 2013/07/03 20:30:34 hwoarang Exp $
 
 depend() {
 	need logger net
@@ -65,7 +65,7 @@
 
 	for instance in ${INSTANCE_DIRS}; do
 		ebegin "Stopping TT-RSS update daemon in \"${instance}\""
-		start-stop-daemon --stop \
+		start-stop-daemon --stop  --retry 30 \
 			--exec /usr/bin/php -- -f "${instance}/update_daemon2.php"
 		eend $?
 		rm -f ${instance}/lock/*.lock





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

only message in thread, other threads:[~2013-07-03 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 20:30 [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: ttrssd.initd-r1 Markos Chandras (hwoarang)

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