diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-20 09:56:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-20 09:56:17 +0000 |
commit | 0f80e85b5dfd6452497d92e6f732e590c8ca12d0 (patch) | |
tree | 26e86cfa3092a0bb3167484c38b1bba6c8f752f3 /sys-process | |
parent | use PYTHON_USEDEP for wxpython and remove python2_5 (diff) | |
download | gentoo-2-0f80e85b5dfd6452497d92e6f732e590c8ca12d0.tar.gz gentoo-2-0f80e85b5dfd6452497d92e6f732e590c8ca12d0.tar.bz2 gentoo-2-0f80e85b5dfd6452497d92e6f732e590c8ca12d0.zip |
Fix unit file installation (#393503#c19 by emil karlson)
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2-r1.ebuild (renamed from sys-process/fcron/fcron-3.1.2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 6bd24f67d205..5f744972ab6d 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,12 @@ # 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.111 2013/07/13 11:07:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.112 2013/07/20 09:56:17 pacho Exp $ + +*fcron-3.1.2-r1 (20 Jul 2013) + + 20 Jul 2013; Pacho Ramos <pacho@gentoo.org> +fcron-3.1.2-r1.ebuild, + -fcron-3.1.2.ebuild: + Fix unit file installation (#393503#c19 by emil karlson) 13 Jul 2013; Pacho Ramos <pacho@gentoo.org> fcron-3.1.2.ebuild: Install unit file (#393503) diff --git a/sys-process/fcron/fcron-3.1.2.ebuild b/sys-process/fcron/fcron-3.1.2-r1.ebuild index 548e12ac5adc..da93f300279b 100644 --- a/sys-process/fcron/fcron-3.1.2.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r1.ebuild @@ -1,6 +1,6 @@ # 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.2 2013/07/13 11:07:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r1.ebuild,v 1.1 2013/07/20 09:56:17 pacho Exp $ EAPI=5 @@ -59,7 +59,7 @@ src_configure() { # bindir is used just for calling fcronsighup econf \ --with-cflags="${CFLAGS}" \ - --bindir=/usr/libexec \ + --sbindir=/usr/libexec \ $(use_with pam) \ $(use_with selinux) \ $(use_with readline) \ @@ -155,7 +155,7 @@ src_install() { newpamd "${T}"/fcrontab.pam fcrontab newinitd "${FILESDIR}"/fcron.init.3 fcron - systemd_dounit "${S}/script/fcron.init.systemd" + systemd_newunit "${S}/script/fcron.init.systemd" fcron.service dodoc MANIFEST VERSION "${FILESDIR}"/crontab \ doc/en/txt/{readme,thanks,faq,todo,relnotes,changes}.txt |