Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/icinga: icinga-1.5.1-r3.ebuild
Date: Tue, 22 Nov 2011 21:07:08
Message-Id: 20111122210650.946B42004B@flycatcher.gentoo.org
1 prometheanfire 11/11/22 21:06:50
2
3 Modified: icinga-1.5.1-r3.ebuild
4 Log:
5 fixed sed that prevented init
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/icinga/icinga-1.5.1-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: icinga-1.5.1-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- icinga-1.5.1-r3.ebuild 22 Nov 2011 19:21:54 -0000 1.1
23 +++ icinga-1.5.1-r3.ebuild 22 Nov 2011 21:06:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild,v 1.1 2011/11/22 19:21:54 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild,v 1.2 2011/11/22 21:06:50 prometheanfire Exp $
29
30 EAPI=2
31
32 @@ -149,7 +149,7 @@
33
34 emake DESTDIR="${D}" install{,-config,-commandmode} || die
35
36 - sed -i -e 's/var\/icinga\/icinga.lock/var\/run\/icinga\/icinga.lock/g' "${D}"/etc/icinga/icinga.cfg || die
37 + sed -i -e 's/var\/lib\/icinga\/icinga.lock/var\/run\/icinga\/icinga.lock/g' "${D}"/etc/icinga/icinga.cfg || die
38 sed -i -e 's/var\/icinga\/icinga.tmp/tmp\/icinga\/icinga.tmp/g' "${D}"/etc/icinga/icinga.cfg || die
39
40 if use idoutils ; then