Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/puppet: ChangeLog
Date: Tue, 02 Dec 2008 17:29:57
Message-Id: E1L7Z4M-00052f-WA@stork.gentoo.org
1 jmbsvicetto 08/12/02 17:29:54
2
3 Modified: ChangeLog
4 Log:
5 Removed the executable bit from files/puppet.init and files/puppetmaster.init as they're installed through newinitd, a wrapper for doinitd, that calls doexe which uses
6 the EXEOPTIONS variable that defaults to -m0755.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r2 x86_64)
8
9 Revision Changes Path
10 1.31 app-admin/puppet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 2 Dec 2008 16:46:09 -0000 1.30
23 +++ ChangeLog 2 Dec 2008 17:29:54 -0000 1.31
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-admin/puppet
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.30 2008/12/02 16:46:09 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.31 2008/12/02 17:29:54 jmbsvicetto Exp $
29 +
30 + 02 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
31 + ChangeLog:
32 + Removed the executable bit from files/puppet.init and
33 + files/puppetmaster.init as they're installed through newinitd, a wrapper
34 + for doinitd, that calls doexe which uses the EXEOPTIONS variable that
35 + defaults to -m0755.
36
37 02 Dec 2008; MATSUU Takuto <matsuu@g.o> puppet-0.24.4.ebuild,
38 puppet-0.24.5-r4.ebuild, puppet-0.24.6-r1.ebuild: