diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-12-02 17:29:54 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-12-02 17:29:54 +0000 |
commit | 229fabdc3fe665587fd8069bd0ef548e391b7f00 (patch) | |
tree | 65b3462bc435c140fb93e7f16763aa6ec9dc658c /app-admin/puppet | |
parent | old (diff) | |
download | gentoo-2-229fabdc3fe665587fd8069bd0ef548e391b7f00.tar.gz gentoo-2-229fabdc3fe665587fd8069bd0ef548e391b7f00.tar.bz2 gentoo-2-229fabdc3fe665587fd8069bd0ef548e391b7f00.zip |
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
the EXEOPTIONS variable that defaults to -m0755.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-admin/puppet/ChangeLog b/app-admin/puppet/ChangeLog index 8e06b792d32c..48e896a46c9a 100644 --- a/app-admin/puppet/ChangeLog +++ b/app-admin/puppet/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/puppet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.30 2008/12/02 16:46:09 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.31 2008/12/02 17:29:54 jmbsvicetto Exp $ + + 02 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + ChangeLog: + 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 the EXEOPTIONS variable that + defaults to -m0755. 02 Dec 2008; MATSUU Takuto <matsuu@gentoo.org> puppet-0.24.4.ebuild, puppet-0.24.5-r4.ebuild, puppet-0.24.6-r1.ebuild: |