49d26a658d
Include patches up to 2007-09-19 (later patches are difficult to include as provided because they will not apply cleanly and would need to be recreated as a cumulative FreeBSD port patch). Add the HTTP mirrors to MASTER_SITES as in www/squid and remove a dead FTP mirror. Use the new configuration directive squid-default-user and remove code from the port that implemented that functionality. Remove reference to squid.sh from pkg-message.in because the rc script does no longer have a .sh suffix on any supported FreeBSD version. Notable change: SNMP support is now enabled by default, mirroring the change in Squid itself. To disable it, specify WITHOUT_SQUID_SNMP or reconfigure the port accordingly with "make config". PR: 116581 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
13 lines
399 B
Text
13 lines
399 B
Text
--- src/cf.data.pre.orig Sun Jun 24 13:42:25 2007
|
|
+++ src/cf.data.pre Sun Jun 24 13:59:32 2007
|
|
@@ -1417,6 +1417,10 @@
|
|
LOC: Config.pidFilename
|
|
DOC_START
|
|
A filename to write the process-id to. To disable, enter "none".
|
|
+
|
|
+ Note: If you change this setting, you need to set squid_pidfile
|
|
+ in /etc/rc.conf to reflect the new value. Please see
|
|
+ %%PREFIX%%/etc/rc.d/squid for details.
|
|
DOC_END
|
|
|
|
|