Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/
Date: Sat, 02 Jan 2016 03:05:38
Message-Id: 1451704377.9b260b54797e7923cdb4bce3eb7fd47b4679df85.blueness@gentoo
1 commit: 9b260b54797e7923cdb4bce3eb7fd47b4679df85
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 03:12:23 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 03:12:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b260b54
7
8 sys-process/fcron: fix minor typo
9
10 Package-Manager: portage-2.2.24
11
12 sys-process/fcron/fcron-3.1.1.ebuild | 4 ++--
13 sys-process/fcron/fcron-3.1.2-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild
17 index 9b37917..99605e4 100644
18 --- a/sys-process/fcron/fcron-3.1.1.ebuild
19 +++ b/sys-process/fcron/fcron-3.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -191,7 +191,7 @@ pkg_config() {
27 if use system-crontab; then
28 elog "This is going to set up fcron to execute check_system_crontabs."
29 elog "In this configuration, you're no longer free to edit the systab"
30 - elog "at your leisure, at it'll be rewritten the moment the crontabs"
31 + elog "at your leisure, as it'll be rewritten the moment the crontabs"
32 elog "are modified."
33 /usr/libexec/check_system_crontabs -v -i -f
34 else
35
36 diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild
37 index 1bcdc1a..64a269b 100644
38 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild
39 +++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2013 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -195,7 +195,7 @@ pkg_config() {
47 if use system-crontab; then
48 elog "This is going to set up fcron to execute check_system_crontabs."
49 elog "In this configuration, you're no longer free to edit the systab"
50 - elog "at your leisure, at it'll be rewritten the moment the crontabs"
51 + elog "at your leisure, as it'll be rewritten the moment the crontabs"
52 elog "are modified."
53 /usr/libexec/check_system_crontabs -v -i -f
54 else