* [gentoo-commits] gentoo-x86 commit in app-admin/supervisor: supervisor-3.0_alpha9.ebuild
@ 2010-10-01 17:09 99% Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 1+ results
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-01 17:09 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/01 17:09:23
Modified: supervisor-3.0_alpha9.ebuild
Log:
Add calls to die().
(Portage version: 2.2_rc88_p61/cvs/Linux x86_64)
Revision Changes Path
1.2 app-admin/supervisor/supervisor-3.0_alpha9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild?r1=1.1&r2=1.2
Index: supervisor-3.0_alpha9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supervisor-3.0_alpha9.ebuild 23 Sep 2010 20:18:45 -0000 1.1
+++ supervisor-3.0_alpha9.ebuild 1 Oct 2010 17:09:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild,v 1.1 2010/09/23 20:18:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.0_alpha9.ebuild,v 1.2 2010/10/01 17:09:23 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -39,6 +39,6 @@
src_install() {
distutils_src_install
- newinitd "${FILESDIR}/init.d" supervisord
- newconfd "${FILESDIR}/conf.d" supervisord
+ newinitd "${FILESDIR}/init.d" supervisord || die "newinitd failed"
+ newconfd "${FILESDIR}/conf.d" supervisord || die "newconfd failed"
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-01 17:09 99% [gentoo-commits] gentoo-x86 commit in app-admin/supervisor: supervisor-3.0_alpha9.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox