diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-05 18:55:32 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-05 18:55:32 +0000 |
commit | a6f78a5592834099a3af6c3a91fc8dafa31326a6 (patch) | |
tree | 641405387686baa44a9b000001ef336b6d82266d /app-antivirus | |
parent | Won't build with libssh-0.11 so depend on 0.1 until we get this fixed. (diff) | |
download | gentoo-2-a6f78a5592834099a3af6c3a91fc8dafa31326a6.tar.gz gentoo-2-a6f78a5592834099a3af6c3a91fc8dafa31326a6.tar.bz2 gentoo-2-a6f78a5592834099a3af6c3a91fc8dafa31326a6.zip |
Refer user to more examples of crontab usage. Closes #80538.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 6639bc770cbf..879cded1e91c 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.31 2005/02/24 22:53:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.32 2005/03/05 18:55:32 ticho Exp $ + + 05 Mar 2005; Andrej Kacian <ticho@gentoo.org> f-prot-4.5.4-r1.ebuild: + Refer user to examples of check-updates.pl usage. Sort of closes #80538, + reported by Neil Collins <ncollins101@hotmail.com>. *f-prot-4.5.4-r1 (24 Feb 2005) 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 ec1dd93ce465..617ab0042513 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.1 2005/02/24 22:53:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.5.4-r1.ebuild,v 1.2 2005/03/05 18:55:32 ticho Exp $ IUSE="emul-linux-x86" @@ -58,6 +58,8 @@ pkg_postinst() { echo echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" echo + einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + echo ewarn "As of 4.5.4, the update script is installed correctly into directory designed" ewarn "by upstream again. Check your crontab, so the path matches the one above." echo |