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.ebuild
Date: Tue, 15 Nov 2011 00:31:56
Message-Id: 20111115003146.EB3C12004B@flycatcher.gentoo.org
1 prometheanfire 11/11/15 00:31:46
2
3 Modified: icinga-1.5.1.ebuild
4 Log:
5 changed enewuser to get rid of extra params
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.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga/icinga-1.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga/icinga-1.5.1.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.ebuild?r1=1.1&r2=1.2
15
16 Index: icinga-1.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- icinga-1.5.1.ebuild 15 Nov 2011 00:14:29 -0000 1.1
23 +++ icinga-1.5.1.ebuild 15 Nov 2011 00:31:46 -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.ebuild,v 1.1 2011/11/15 00:14:29 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1.ebuild,v 1.2 2011/11/15 00:31:46 prometheanfire Exp $
29
30 EAPI=2
31
32 @@ -31,7 +31,7 @@
33 pkg_setup() {
34 depend.apache_pkg_setup
35 enewgroup icinga
36 - enewuser icinga -1 -1 /var/spool/icinga icinga -c "icinga alert"
37 + enewuser icinga -1 -1 /var/spool/icinga icinga
38 if use web ; then
39 elog "This does not include cgis that are perl-dependent"
40 elog "Currently traceroute.cgi is perl-dependent"