freebsd-ports/www/squirm/files/patch-squirm.conf.dist
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

24 lines
591 B
Text

--- squirm.conf.dist.orig Wed Jun 7 10:37:09 2000
+++ squirm.conf.dist Wed Jun 7 10:37:27 2000
@@ -26,8 +26,8 @@
begin
network 10.0.0.0/8
network 192.168.0.0/24
-#log logs/match.log
-#abort-log logs/abort.log
+#log squirm/logs/match.log
+#abort-log squirm/logs/abort.log
pattern squirm.patterns get
pattern common.patterns all
end
@@ -35,8 +35,8 @@
begin
network 127.0.0.0/24
-log logs/private-match.log
-abort-log logs/private-abort.log
+log squirm/logs/private-match.log
+abort-log squirm/logs/private-abort.log
pattern private.patterns get
pattern common.pattterns all
end