mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
412 B
Plaintext
12 lines
412 B
Plaintext
|
--- ../squirm-1.23.orig/config.c Fri Mar 31 08:08:04 2000
|
||
|
+++ config.c Wed Jun 7 10:27:39 2000
|
||
|
@@ -277,7 +277,7 @@
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
- fq_pattern_filename = gen_fq_name(pattern_filename, "etc/");
|
||
|
+ fq_pattern_filename = gen_fq_name(pattern_filename, "etc/squirm/");
|
||
|
if (fq_pattern_filename == NULL) {
|
||
|
log(LOG_ERROR, "couldn't allocate memory in parse_squirm_conf()\n");
|
||
|
dodo_mode = 1;
|