freebsd-ports/www/squirm/files/patch-ac
2000-06-07 08:00:48 +00:00

11 lines
412 B
Text

--- ../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;