vapier 15/07/23 02:53:54 Modified: ChangeLog Added: cronbase-0.3.5-r1.ebuild Removed: cronbase-0.3.5.ebuild Log: Use err level when logging failed scripts #540274 by Tobias Klausmann. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.45 sys-process/cronbase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronbase/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronbase/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronbase/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 22 Jul 2015 07:12:15 -0000 1.44 +++ ChangeLog 23 Jul 2015 02:53:54 -0000 1.45 @@ -1,6 +1,12 @@ # ChangeLog for sys-process/cronbase # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.44 2015/07/22 07:12:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.45 2015/07/23 02:53:54 vapier Exp $ + +*cronbase-0.3.5-r1 (23 Jul 2015) + + 23 Jul 2015; Mike Frysinger <[email protected]> +cronbase-0.3.5-r1.ebuild, + -cronbase-0.3.5.ebuild, files/run-crons-0.3.5: + Use err level when logging failed scripts #540274 by Tobias Klausmann. *cronbase-0.3.5 (22 Jul 2015) 1.1 sys-process/cronbase/cronbase-0.3.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronbase/cronbase-0.3.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronbase/cronbase-0.3.5-r1.ebuild?rev=1.1&content-type=text/plain Index: cronbase-0.3.5-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.5-r1.ebuild,v 1.1 2015/07/23 02:53:54 vapier Exp $ EAPI="5" inherit user DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" S=${WORKDIR} pkg_setup() { enewgroup cron 16 enewuser cron 16 -1 /var/spool/cron cron } src_install() { newsbin "${FILESDIR}"/run-crons-${PV} run-crons diropts -m0750 keepdir /etc/cron.{hourly,daily,weekly,monthly} keepdir /var/spool/cron/lastrun diropts -m0750 -o root -g cron keepdir /var/spool/cron }
