From 0cb802d601740f3702baa00c7339631131a404e4 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Thu, 3 Feb 2005 08:32:46 +0000 Subject: Fix path in einfo. Bug #80538. (Portage version: 2.0.51-r15) --- app-antivirus/f-prot/ChangeLog | 6 +++++- app-antivirus/f-prot/f-prot-4.5.3.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'app-antivirus') diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 50a5224d6808..ddbf097e727a 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/f-prot # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.27 2005/01/30 13:06:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.28 2005/02/03 08:32:46 ticho Exp $ + + 03 Feb 2005; Andrej Kacian f-prot-4.5.3.ebuild: + Fix path to update script in post installation einfo message. Closes #80538, + reported by Neil Collins . 30 Jan 2005; Andrej Kacian -f-prot-4.5.2.ebuild, f-prot-4.5.3.ebuild: diff --git a/app-antivirus/f-prot/f-prot-4.5.3.ebuild b/app-antivirus/f-prot/f-prot-4.5.3.ebuild index 003192029f1b..a8ed70741ccb 100644 --- a/app-antivirus/f-prot/f-prot-4.5.3.ebuild +++ b/app-antivirus/f-prot/f-prot-4.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.5.3.ebuild,v 1.3 2005/01/30 13:06:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.5.3.ebuild,v 1.4 2005/02/03 08:32:46 ticho Exp $ IUSE="emul-linux-x86" @@ -45,11 +45,11 @@ src_install () pkg_postinst() { echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + einfo "Remember to run /opt/f-prot/check-updates.pl regularly to keep virus" einfo "database up to date. Recommended method is to use cron. See manpages for" einfo "cron(8) and crontab(5) for more info." einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + echo "0 4 * * * /opt/f-prot/check-updates.pl >/dev/null" echo } -- cgit v1.2.3-65-gdbad