diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-24 12:14:26 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-24 12:14:26 +0000 |
commit | 98ccbcec088d2466a102616f15097c4d0505d189 (patch) | |
tree | f7c2f1bd769292f9a1d668c103ecb7a394a0f501 /eclass | |
parent | vanilla-3.18.7 + genpatches-3.18-9 + grsecurity-3.1-3.18.7-201502222138 (diff) | |
download | gentoo-2-98ccbcec088d2466a102616f15097c4d0505d189.tar.gz gentoo-2-98ccbcec088d2466a102616f15097c4d0505d189.tar.bz2 gentoo-2-98ccbcec088d2466a102616f15097c4d0505d189.zip |
bitcoincore.eclass: update spamfilter message, bug #541192.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/bitcoincore.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 16816591c12e..2671a474925a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1553 2015/02/23 21:13:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1554 2015/02/24 12:14:26 blueness Exp $ + + 24 Feb 2015; Anthony G. Basile <blueness@gentoo.org> bitcoincore.eclass: + bitcoincore.eclass: update spamfilter message, bug #541192. 23 Feb 2015; Anthony G. Basile <blueness@gentoo.org> +bitcoincore.eclass: Initial commit of bitcoincore.eclass diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass index c1da544d3651..40e65342ce24 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bitcoincore.eclass,v 1.1 2015/02/23 21:13:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bitcoincore.eclass,v 1.2 2015/02/24 12:14:26 blueness Exp $ # # @ECLASS: bitcoincore.eclass # @MAINTAINER: @@ -180,8 +180,8 @@ bitcoincore_pkg_pretend() { "Replace By Fee policy is enabled: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order." \ "Replace By Fee policy is disabled: Your node will only accept the first transaction seen consuming a conflicting input, regardless of fee offered by later ones." bitcoincore_policymsg spamfilter \ - "Enhanced spam filter policy is enabled: Notorious spammers will not be assisted by your node. This may impact your ability to use some spammy services (see link for a list)." \ - "Enhanced spam filter policy is DISABLED: Your node will not be checking for notorious spammers, and may assist them. Set BITCOIN_POLICY=spamfilter to enable." + "Enhanced spam filter is enabled: A blacklist (seen as controversial by some) will be used by your node. This may impact your ability to use some services (see link for a list)." \ + "Enhanced spam filter is disabled: Your node will not be checking for notorious spammers, and may assist them." $bitcoincore_policymsg_flag && einfo "For more information on any of the above, see ${LJR_PATCH_DESC}" } |