]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
configure.in:
authorandy <redacted>
Sun, 3 Mar 2002 21:49:57 +0000 (21:49 +0000)
committerandy <redacted>
Sun, 3 Mar 2002 21:49:57 +0000 (21:49 +0000)
Added DNSBL begging text

configure
configure.in

index 81ac5175f6cf93b1fe2ac796d8e56ee64503f9d5..a25ed9cc29f902be62c90a8069f99e48b640fa90 100755 (executable)
--- a/configure
+++ b/configure
@@ -4458,7 +4458,36 @@ if test "$no_create" != yes; then
   $ac_cs_success || { (exit 1); exit 1; }
 fi
 
-echo
-echo "You'll find more (infrequently changed) options in options.h"
-echo "Type make to compile BOPM (requires GNU Make, so try gmake on BSD systems)"
-echo
+echo "##############################################################################"
+echo "# Everything is now configured, but you can find some more (infrequently     #"
+echo "# changed) options in options.h.  To compile BOPM now, just type make.  It   #"
+echo "# requires GNU Make, which may be installed as gmake on your system.         #"
+echo "#                                                                            #"
+echo "# If possible, PLEASE CONTRIBUTE TO OUR DNSBL BY REPORTING YOUR PROXIES!!    #"
+echo "#                                                                            #"
+echo "# o What is DNSBL?                                                           #"
+echo "#     It's the database of open proxies we provide and your BOPM checks      #"
+echo "#     against BEFORE bothering to scan the client, therefore killing KNOWN   #"
+echo "#     proxies faster and more efficiently.                                   #"
+echo "#                                                                            #"
+echo "# o Why should my network contribute?                                        #"
+echo "#     Because the more that do, the more proxies we know about and the       #"
+echo "#     better the service becomes for all BOPM users including YOU!  People   #"
+echo "#     are also using our DNSBL to block spam (spammers use open proxies      #"
+echo "#     too!) so you'd be helping the whole Internet.                          #"
+echo "#                                                                            #"
+echo "# o Sounds complicated, what do you need?                                    #"
+echo "#     BOPM is already designed to report the proxies you find, but it is     #"
+echo "#     turned off by default.  To enable it all you have to do is:            #"
+echo "#       - Set DNSBL_FROM to a unique email address that we can contact you   #"
+echo "#         at if there is ever any problem with your reports.                 #"
+echo "#       - Email us now at opm@lists.blitzed.org to tell us what you have     #"
+echo "#         set your DNSBL_FROM to.                                            #"
+echo "#       - Set DNSBL_TO to proxy-report@blitzed.org.                          #"
+echo "#       - Set SENDMAIL to contain the path to your sendmail binary (even     #"
+echo "#         if you don't use sendmail you will have a binary named sendmail in #"
+echo "#         /usr/sbin or /usr/lib.                                             #"
+echo "#                                                                            #"
+echo "# For more info about the people who already report their proxies, please    #"
+echo "# see http://www.blitzed.org/bopm/   - Thank you!                            #"
+echo "##############################################################################"
index e5e567fd6dacb7feece37471dcd1d6e8439c5172..e64200f5b62fe78fb8024fbb56c32a9fbf3d600f 100644 (file)
@@ -64,7 +64,36 @@ AC_MSG_RESULT([ http://www.blitzed.org/goat_winter_2001.phtml])
 
 AC_OUTPUT(Makefile)
 
-echo
-echo "You'll find more (infrequently changed) options in options.h"
-echo "Type make to compile BOPM (requires GNU Make, so try gmake on BSD systems)"
-echo
+echo "##############################################################################"
+echo "# Everything is now configured, but you can find some more (infrequently     #"
+echo "# changed) options in options.h.  To compile BOPM now, just type make.  It   #"
+echo "# requires GNU Make, which may be installed as gmake on your system.         #"
+echo "#                                                                            #"
+echo "# If possible, PLEASE CONTRIBUTE TO OUR DNSBL BY REPORTING YOUR PROXIES!!    #"
+echo "#                                                                            #"
+echo "# o What is DNSBL?                                                           #"
+echo "#     It's the database of open proxies we provide and your BOPM checks      #"
+echo "#     against BEFORE bothering to scan the client, therefore killing KNOWN   #"
+echo "#     proxies faster and more efficiently.                                   #"
+echo "#                                                                            #"
+echo "# o Why should my network contribute?                                        #"
+echo "#     Because the more that do, the more proxies we know about and the       #"
+echo "#     better the service becomes for all BOPM users including YOU!  People   #"
+echo "#     are also using our DNSBL to block spam (spammers use open proxies      #"
+echo "#     too!) so you'd be helping the whole Internet.                          #"
+echo "#                                                                            #"
+echo "# o Sounds complicated, what do you need?                                    #"
+echo "#     BOPM is already designed to report the proxies you find, but it is     #"
+echo "#     turned off by default.  To enable it all you have to do is:            #"
+echo "#       - Set DNSBL_FROM to a unique email address that we can contact you   #"
+echo "#         at if there is ever any problem with your reports.                 #"
+echo "#       - Email us now at opm@lists.blitzed.org to tell us what you have     #"
+echo "#         set your DNSBL_FROM to.                                            #"
+echo "#       - Set DNSBL_TO to proxy-report@blitzed.org.                          #"
+echo "#       - Set SENDMAIL to contain the path to your sendmail binary (even     #"
+echo "#         if you don't use sendmail you will have a binary named sendmail in #"
+echo "#         /usr/sbin or /usr/lib.                                             #"
+echo "#                                                                            #"
+echo "# For more info about the people who already report their proxies, please    #"
+echo "# see http://www.blitzed.org/bopm/   - Thank you!                            #"
+echo "##############################################################################"