diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-13 11:07:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-13 11:07:39 +0000 |
commit | 36bf65bf22d8842d3d70a34a2fb91c752bc4d6f4 (patch) | |
tree | 04ae8e6336425f8a09b31714132095d706f1d9f7 /sys-process/fcron | |
parent | Unrestrict test phase, disable test set demanding an ldap server to which to ... (diff) | |
download | gentoo-2-36bf65bf22d8842d3d70a34a2fb91c752bc4d6f4.tar.gz gentoo-2-36bf65bf22d8842d3d70a34a2fb91c752bc4d6f4.tar.bz2 gentoo-2-36bf65bf22d8842d3d70a34a2fb91c752bc4d6f4.zip |
Install unit file (#393503)
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index df710fd8b3c5..6bd24f67d205 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/fcron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.110 2013/03/24 14:06:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.111 2013/07/13 11:07:39 pacho Exp $ + + 13 Jul 2013; Pacho Ramos <pacho@gentoo.org> fcron-3.1.2.ebuild: + Install unit file (#393503) *fcron-3.1.2 (24 Mar 2013) diff --git a/sys-process/fcron/fcron-3.1.2.ebuild b/sys-process/fcron/fcron-3.1.2.ebuild index 9201275c5073..548e12ac5adc 100644 --- a/sys-process/fcron/fcron-3.1.2.ebuild +++ b/sys-process/fcron/fcron-3.1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2.ebuild,v 1.1 2013/03/24 14:06:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2.ebuild,v 1.2 2013/07/13 11:07:39 pacho Exp $ EAPI=5 WANT_AUTOMAKE=none -inherit cron pam eutils flag-o-matic user autotools +inherit cron pam eutils flag-o-matic user autotools systemd MY_P=${P/_/-} DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" @@ -77,7 +77,8 @@ src_configure() { --with-shell=/bin/sh \ --without-db2man --without-dsssl-dir \ --with-rootname=${rootuser} \ - --with-rootgroup=${rootgroup} + --with-rootgroup=${rootgroup} \ + $(systemd_with_unitdir) } src_compile() { @@ -154,6 +155,7 @@ src_install() { newpamd "${T}"/fcrontab.pam fcrontab newinitd "${FILESDIR}"/fcron.init.3 fcron + systemd_dounit "${S}/script/fcron.init.systemd" dodoc MANIFEST VERSION "${FILESDIR}"/crontab \ doc/en/txt/{readme,thanks,faq,todo,relnotes,changes}.txt |