mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add Dialup Users List from vix.com.
PR: 9864 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
This commit is contained in:
parent
1d355b8de1
commit
1e9661d4b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18361
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user