From b350a94a8a97a3cad647420ec710e4b450e1356e Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Mon, 10 Jan 2005 06:50:24 +0000 Subject: Added in a message with a link to the Cron Guide, bug #77320 --- sys-apps/anacron/ChangeLog | 7 +++++-- sys-apps/anacron/anacron-2.3.ebuild | 10 ++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'sys-apps/anacron') diff --git a/sys-apps/anacron/ChangeLog b/sys-apps/anacron/ChangeLog index 2d4b5dd2a383..3d9e13c6d782 100644 --- a/sys-apps/anacron/ChangeLog +++ b/sys-apps/anacron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/anacron -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/anacron/ChangeLog,v 1.9 2004/10/08 16:30:26 ka0ttic Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/anacron/ChangeLog,v 1.10 2005/01/10 06:49:58 ciaranm Exp $ + + 10 Jan 2005; Ciaran McCreesh anacron-2.3.ebuild: + Added in a message with a link to the Cron Guide, bug #77320 08 Oct 2004; Aaron Walker files/anacron.rc6: Init script should use rather than depend on logger. diff --git a/sys-apps/anacron/anacron-2.3.ebuild b/sys-apps/anacron/anacron-2.3.ebuild index fede301ac504..7321068a501d 100644 --- a/sys-apps/anacron/anacron-2.3.ebuild +++ b/sys-apps/anacron/anacron-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/anacron/anacron-2.3.ebuild,v 1.10 2004/08/24 02:43:36 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/anacron/anacron-2.3.ebuild,v 1.11 2005/01/10 06:49:58 ciaranm Exp $ inherit eutils @@ -53,4 +53,10 @@ pkg_postinst() { einfo "when the systems is left running for a night." einfo "" einfo "Update /etc/anacrontab to include what you want anacron to run." + + echo + einfo "You may wish to read the Gentoo Linux Cron Guide, which can be" + einfo "found online at:" + einfo " http://www.gentoo.org/doc/en/cron-guide.xml" + echo } -- cgit v1.2.3-65-gdbad