summaryrefslogtreecommitdiff
path: root/net/spread4/files/patch-auth-pword.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-pword.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>
Notes
Notes: svn path=/head/; revision=96846
Diffstat (limited to 'net/spread4/files/patch-auth-pword.c')
-rw-r--r--net/spread4/files/patch-auth-pword.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/spread4/files/patch-auth-pword.c b/net/spread4/files/patch-auth-pword.c
index 09a8e44cf372..c0bae4a7b0cf 100644
--- a/net/spread4/files/patch-auth-pword.c
+++ b/net/spread4/files/patch-auth-pword.c
@@ -1,8 +1,12 @@
--- auth-pword.c Sun Sep 22 12:56:52 2002
-+++ auth-pword.c Wed Nov 6 02:40:23 2002
-@@ -122,8 +122,8 @@
- if (NULL != (fp = fopen("./spread.access_pword", "r")) )
- Alarm( PRINT, "pword_init: using file: ./spread.access_pword\n");
++++ auth-pword.c Tue Aug 5 21:28:50 2003
+@@ -118,12 +118,9 @@
+ /* load spread.access_ip file */
+ if (NULL != (fp = fopen(file_name,"r")) )
+ Alarm( PRINT, "pword_init: using file: %s\n", file_name);
+- if (fp == NULL)
+- if (NULL != (fp = fopen("./spread.access_pword", "r")) )
+- Alarm( PRINT, "pword_init: using file: ./spread.access_pword\n");
if (fp == NULL)
- if (NULL != (fp = fopen("/etc/spread.access_pword", "r")) )
- Alarm( PRINT, "pword_init: using file: /etc/spread.access_pword\n");