summaryrefslogtreecommitdiff
path: root/net/spread4/files/patch-auth-ip.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 06:21:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 06:21:20 +0000
commit12f56a38a7178dc6335f27c4ce0a2d6336762ba2 (patch)
tree88dd7135fa5b41bfb4f596c8373ecc6a242577ab /net/spread4/files/patch-auth-ip.c
parent[New Port]:: www/drupal 4.3.1 Update & Fix plist (diff)
[MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmodule
* Use more bsd.port.mk convenience switches. * Use rc.subr properly for spread daemon. * Write a logfile rather than spewing to stdio. * Move rendezvous socket to /var/run. * Make Makefile.PL behave properly with PREFIX. PR: ports/60053 Submitted by: Joshua Goodall <joshua@roughtrade.net>
Diffstat (limited to '')
-rw-r--r--net/spread4/files/patch-auth-ip.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/spread4/files/patch-auth-ip.c b/net/spread4/files/patch-auth-ip.c
index 4c49b4278833..278edc27a50c 100644
--- a/net/spread4/files/patch-auth-ip.c
+++ b/net/spread4/files/patch-auth-ip.c
@@ -1,8 +1,12 @@
--- auth-ip.c Sun Sep 22 12:56:52 2002
-+++ auth-ip.c Wed Nov 6 02:39:28 2002
-@@ -94,8 +94,8 @@
- if (NULL != (fp = fopen("./spread.access_ip", "r")) )
- Alarm( PRINT, "ip_init: using file: ./spread.access_ip\n");
++++ auth-ip.c Tue Aug 5 21:27:40 2003
+@@ -90,12 +90,9 @@
+ /* load spread.access_ip file */
+ if (NULL != (fp = fopen(file_name,"r")) )
+ Alarm( PRINT, "ip_init: using file: %s\n", file_name);
+- if (fp == NULL)
+- if (NULL != (fp = fopen("./spread.access_ip", "r")) )
+- Alarm( PRINT, "ip_init: using file: ./spread.access_ip\n");
if (fp == NULL)
- if (NULL != (fp = fopen("/etc/spread.access_ip", "r")) )
- Alarm( PRINT, "ip_init: using file: /etc/spread.access_ip\n");