mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9466619af6
- Provide pkg-deinstall - Cleanup PR: 86901 Submitted by: Chris Mikkelson <cmikk@qwest.net> Approved by: maintainer timeout (16 days after postponement)
13 lines
559 B
C
13 lines
559 B
C
--- configuration.c Mon Sep 27 00:15:48 2004
|
|
+++ configuration.c Tue Oct 4 14:40:51 2005
|
|
@@ -130,9 +130,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);
|