diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-16 16:08:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-09-16 16:08:03 +0000 |
commit | 282702a9854978f1f86ed8b211d8541ea8a1e492 (patch) | |
tree | 522f19cbf992516f7b6deaf2a95cdc8fd3460bcb /sys-process/fcron | |
parent | sci-misc/gato: Require tk support in python, #435036 (diff) | |
download | gentoo-2-282702a9854978f1f86ed8b211d8541ea8a1e492.tar.gz gentoo-2-282702a9854978f1f86ed8b211d8541ea8a1e492.tar.bz2 gentoo-2-282702a9854978f1f86ed8b211d8541ea8a1e492.zip |
Fix crontab symlink; thanks to Dennis Schridde in bug #435078.
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.6-r5.ebuild (renamed from sys-process/fcron/fcron-3.0.6-r4.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index aaa855a12eb7..fabc1f7f1e3c 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.96 2012/09/04 15:34:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.97 2012/09/16 16:08:03 flameeyes Exp $ + +*fcron-3.0.6-r5 (16 Sep 2012) + + 16 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org> +fcron-3.0.6-r5.ebuild, + -fcron-3.0.6-r4.ebuild: + Fix crontab symlink; thanks to Dennis Schridde in bug #435078. *fcron-3.0.6-r4 (04 Sep 2012) diff --git a/sys-process/fcron/fcron-3.0.6-r4.ebuild b/sys-process/fcron/fcron-3.0.6-r5.ebuild index aa6b724ad9c4..0c67bfc97d6e 100644 --- a/sys-process/fcron/fcron-3.0.6-r4.ebuild +++ b/sys-process/fcron/fcron-3.0.6-r5.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-r4.ebuild,v 1.1 2012/09/04 15:34:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r5.ebuild,v 1.1 2012/09/16 16:08:03 flameeyes Exp $ EAPI=4 @@ -98,7 +98,7 @@ src_install() { doins files/fcron.{allow,deny,conf} if use system-crontab; then - dosym /usr/bin/fcrontab crontab + dosym fcrontab /usr/bin/crontab exeinto /usr/libexec newexe script/check_system_crontabs.sh check_system_crontabs |