diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/fcron-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild index 9b379174107c..99605e4655ba 100644 --- a/sys-process/fcron/fcron-3.1.1.ebuild +++ b/sys-process/fcron/fcron-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -191,7 +191,7 @@ pkg_config() { if use system-crontab; then elog "This is going to set up fcron to execute check_system_crontabs." elog "In this configuration, you're no longer free to edit the systab" - elog "at your leisure, at it'll be rewritten the moment the crontabs" + elog "at your leisure, as it'll be rewritten the moment the crontabs" elog "are modified." /usr/libexec/check_system_crontabs -v -i -f else diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild index 1bcdc1aaa3b3..64a269b21c64 100644 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -195,7 +195,7 @@ pkg_config() { if use system-crontab; then elog "This is going to set up fcron to execute check_system_crontabs." elog "In this configuration, you're no longer free to edit the systab" - elog "at your leisure, at it'll be rewritten the moment the crontabs" + elog "at your leisure, as it'll be rewritten the moment the crontabs" elog "are modified." /usr/libexec/check_system_crontabs -v -i -f else |