mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
25 lines
690 B
Plaintext
25 lines
690 B
Plaintext
--- scripts/wrapzap.orig Sun Jul 20 04:38:48 2003
|
|
+++ scripts/wrapzap Sat Oct 4 21:14:49 2003
|
|
@@ -16,9 +16,9 @@
|
|
#
|
|
|
|
# modify this to match your install
|
|
-zapper=/usr/local/bin/squid_redirect
|
|
-
|
|
-ZAP_MODE= # or "CLEAR"
|
|
+zapper=%%PREFIX%%/libexec/squid_redirect
|
|
+
|
|
+ZAP_MODE=CLEAR # or blank
|
|
ZAP_BASE=http://adzapper.sourceforge.net/zaps # a local web server will be better
|
|
ZAP_BASE_SSL=https://adzapper.sourceforge.net/zaps # this can probably be ignored
|
|
|
|
@@ -46,6 +46,8 @@
|
|
STUBURL_COUNTERHTML=$ZAP_BASE/no-op-counter.html
|
|
STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
|
|
STUBURL_WEBBUGJS=$ZAP_BASE/webbug.js
|
|
+
|
|
+. %%PREFIX%%/etc/adzap.conf
|
|
|
|
STUBURL_PRINT= # off by default, set to 1
|
|
|