diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:06:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:06:17 +0000 |
commit | 1e9661d4b181b49da6b2a4277b89a37d952f98a1 (patch) | |
tree | f203b9e33b63ef6aef98675c7ed03f5ee578e86e /mail/rblcheck | |
parent | 1d355b8de129293e7d281b964036a12fce4bfb0e (diff) | |
download | ports-1e9661d4b181b49da6b2a4277b89a37d952f98a1.tar.gz ports-1e9661d4b181b49da6b2a4277b89a37d952f98a1.zip |
Notes
Diffstat (limited to 'mail/rblcheck')
-rw-r--r-- | mail/rblcheck/files/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/rblcheck/files/patch-aa b/mail/rblcheck/files/patch-aa index a70c8162ed3f..3cd6da820da4 100644 --- a/mail/rblcheck/files/patch-aa +++ b/mail/rblcheck/files/patch-aa @@ -1,5 +1,5 @@ ---- rblcheck.c.orig Thu Aug 20 14:47:03 1998 -+++ rblcheck.c Thu Mar 4 21:28:38 1999 +--- rblcheck.c.orig Thu Aug 20 00:47:03 1998 ++++ rblcheck.c Sun May 2 12:39:29 1999 @@ -79,6 +79,7 @@ #include <sys/types.h> #include <netinet/in.h> @@ -71,7 +71,7 @@ { if( *cp == '\n' || *cp == '"' || *cp == '\\' ) -@@ -308,23 +312,27 @@ +@@ -308,23 +312,28 @@ char **argv; { extern int optind; @@ -93,6 +93,7 @@ rblsites = togglesite( "rbl.maps.vix.com", rblsites ); - rblsites = togglesite( "rbl.dorkslayers.com", rblsites ); + rblsites = togglesite( "relays.orbs.org", rblsites ); ++ rblsites = togglesite( "dul.maps.vix.com", rblsites ); progname = argv[ 0 ]; @@ -103,7 +104,7 @@ { case 'q': /* Quiet */ -@@ -372,10 +380,20 @@ +@@ -372,10 +381,20 @@ return -1; } @@ -128,7 +129,7 @@ fprintf( stderr, "%s: invalid IP address\n", progname ); usage(); return -1; -@@ -383,7 +401,7 @@ +@@ -383,7 +402,7 @@ for( ptr = rblsites; ptr != NULL; ptr = ptr->next ) { |