From 12f56a38a7178dc6335f27c4ce0a2d6336762ba2 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 29 Dec 2003 06:21:20 +0000 Subject: [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 --- net/spread4/files/patch-configuration.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/spread4/files/patch-configuration.c (limited to 'net/spread4/files/patch-configuration.c') diff --git a/net/spread4/files/patch-configuration.c b/net/spread4/files/patch-configuration.c new file mode 100644 index 000000000000..b571a339aba8 --- /dev/null +++ b/net/spread4/files/patch-configuration.c @@ -0,0 +1,12 @@ +--- configuration.c Sun Sep 22 12:56:52 2002 ++++ configuration.c Tue Aug 5 21:24:19 2003 +@@ -128,9 +128,6 @@ + + if (NULL != (yyin = fopen(file_name,"r")) ) + Alarm( PRINT, "Conf_init: using file: %s\n", file_name); +- if (yyin == NULL) +- if (NULL != (yyin = fopen("./spread.conf", "r")) ) +- Alarm( PRINT, "Conf_init: using file: ./spread.conf\n"); + if (yyin == NULL) + if (NULL != (yyin = fopen(configfile_location, "r")) ) + Alarm( PRINT, "Conf_init: using file: %s\n", configfile_location); -- cgit v1.2.3