bfe10126f3
services even if they are not listening on the default port by creating a bogus-communication. This is amap-5.0
13 lines
512 B
Text
13 lines
512 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2005/04/24 12:10:48 adrianp Exp $
|
|
|
|
--- amap-lib.c.orig 2005-04-24 12:47:05.000000000 +0100
|
|
+++ amap-lib.c
|
|
@@ -290,7 +290,7 @@ FILE *amap_open_file(char *fnam, char *t
|
|
strcpy(file_name, AMAP_PREFIX);
|
|
if (file_name[strlen(file_name) - 1] != '/')
|
|
strcat(file_name, "/");
|
|
- strcat(file_name, "etc/");
|
|
+ strcat(file_name, "etc/amap/");
|
|
strcat(file_name, AMAP_DEFAULT_FILENAME);
|
|
strcat(file_name, extension);
|
|
f = fopen(file_name, "r");
|