diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-04 15:34:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-04 15:34:44 +0000 |
commit | 22f88713c19dc52214de24f63e6e540ef9b7fcb4 (patch) | |
tree | 50ae25b2e287e4d902a4c8aa86d0acac226b9158 /sys-process | |
parent | http://my.opera.com/desktopteam/blog/2012/09/04/yet-another-snapshot (diff) | |
download | gentoo-2-22f88713c19dc52214de24f63e6e540ef9b7fcb4.tar.gz gentoo-2-22f88713c19dc52214de24f63e6e540ef9b7fcb4.tar.bz2 gentoo-2-22f88713c19dc52214de24f63e6e540ef9b7fcb4.zip |
Fix fcrontab/fcrondyn permissions. Closes bug #433714.
(Portage version: 2.2.0_alpha123-r1/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.6-r4.ebuild (renamed from sys-process/fcron/fcron-3.0.6-r3.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 38954e47411d..aaa855a12eb7 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-process/fcron # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.95 2012/08/30 06:42:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.96 2012/09/04 15:34:44 flameeyes Exp $ + +*fcron-3.0.6-r4 (04 Sep 2012) + + 04 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> +fcron-3.0.6-r4.ebuild, + -fcron-3.0.6-r3.ebuild: + Fix fcrontab/fcrondyn permissions. Closes bug #433714. 30 Aug 2012; Justin Lecher <jlec@gentoo.org> fcron-3.0.6-r3.ebuild, +files/fcron-3.0.6-buffer-overflow.patch, metadata.xml: diff --git a/sys-process/fcron/fcron-3.0.6-r3.ebuild b/sys-process/fcron/fcron-3.0.6-r4.ebuild index c59483953ffb..aa6b724ad9c4 100644 --- a/sys-process/fcron/fcron-3.0.6-r3.ebuild +++ b/sys-process/fcron/fcron-3.0.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r3.ebuild,v 1.3 2012/08/30 06:42:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r4.ebuild,v 1.1 2012/09/04 15:34:44 flameeyes Exp $ EAPI=4 @@ -122,11 +122,11 @@ src_install() { # anyway fowners ${rootuser}:fcron \ /usr/libexec/fcronsighup \ - /etc/fcron \ /etc/fcron/fcron.{allow,deny,conf} \ + /etc/fcron fperms 6770 /var/spool/fcron - fperms 2775 /usr/bin/fcron{dyn,tab} + fperms 6775 /usr/bin/fcron{dyn,tab} fperms 4710 /usr/libexec/fcronsighup |