ports/www/squirm/files/patch-config.c
Renato Botelho d189711492 - Update to 1.2.6 [1]
- Fix patch files to match new source [1]
- Change logic in Makefile to use the SQUID_UID and SQUID_GID defaults
  that the squid port uses, remove the need to specify the uid/gid,
  but inform the user that the defaults are used. (remove the
  NO_PACKAGE block) [1]
- Rename patches to reflect which files are patched

PR:		ports/85215
Submitted by:	Phil Kernick <philk@rotfl.com.au>
Reviewed by:	Chris Larsen <darth@vader.dk> [1]
2005-09-01 15:16:20 +00:00

11 lines
401 B
C

--- config.c.org Tue Aug 30 21:19:29 2005
+++ config.c Tue Aug 30 21:21:10 2005
@@ -273,7 +273,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) {
logprint(LOG_ERROR, "couldn't allocate memory in parse_squirm_conf()\n");
dodo_mode = 1;