summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-03 08:32:46 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-03 08:32:46 +0000
commit0cb802d601740f3702baa00c7339631131a404e4 (patch)
tree5be35e46d2d4fb71c1e19902392e7c0982f5fbfe /app-antivirus
parentmissing # (diff)
downloadgentoo-2-0cb802d601740f3702baa00c7339631131a404e4.tar.gz
gentoo-2-0cb802d601740f3702baa00c7339631131a404e4.tar.bz2
gentoo-2-0cb802d601740f3702baa00c7339631131a404e4.zip
Fix path in einfo. Bug #80538.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/f-prot/ChangeLog6
-rw-r--r--app-antivirus/f-prot/f-prot-4.5.3.ebuild6
2 files changed, 8 insertions, 4 deletions
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 <ticho@gentoo.org> f-prot-4.5.3.ebuild:
+ Fix path to update script in post installation einfo message. Closes #80538,
+ reported by Neil Collins <ncollins101@hotmail.com>.
30 Jan 2005; Andrej Kacian <ticho@gentoo.org> -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
}