diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-08-13 16:38:12 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-08-13 16:38:12 +0000 |
commit | 5bde132c8535c14b899ee1510dab662ddc5a5dcb (patch) | |
tree | 7fcabb90e9124a3411a44b02fd101cbc6491a734 | |
parent | Manual Manifest commit. (diff) | |
download | gentoo-2-5bde132c8535c14b899ee1510dab662ddc5a5dcb.tar.gz gentoo-2-5bde132c8535c14b899ee1510dab662ddc5a5dcb.tar.bz2 gentoo-2-5bde132c8535c14b899ee1510dab662ddc5a5dcb.zip |
Fixed wrong path in einfo comment. Bug #102365.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild b/app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild index 1a2a15a1fc0f..e45b96da0e76 100644 --- a/app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild +++ b/app-antivirus/f-prot/f-prot-4.5.4-r1.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.4-r1.ebuild,v 1.3 2005/05/03 15:03:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild,v 1.4 2005/08/13 16:38:12 ticho Exp $ IUSE="emul-linux-x86" @@ -51,7 +51,7 @@ src_install () pkg_postinst() { echo - einfo "Remember to run /opt/f-prot/check-updates.pl regularly to keep virus" + einfo "Remember to run /opt/f-prot/tools/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:" |