blob: 6584416a28a56b61ae7c977f2b5db3e5e458315b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- wrapzap.orig Mon Apr 2 17:24:56 2001
+++ wrapzap Tue Apr 17 09:08:03 2001
@@ -16,25 +16,9 @@
#
# modify this to match your install
-zapper=/usr/local/script/squid_redirect
-
-ZAP_MODE= # or "CLEAR"
-ZAP_BASE=http://adzap.cs.zip.com.au # a local web server will be better
-ZAP_PREMATCH= # pathname of extra pattern file
- # for patterns to preempt the stock
- # zapper
-ZAP_POSTMATCH= # pathname of extra pattern file
- # for patterns in addition to the
- # stock zapper; this is the one to
- # which you should add new ads
-STUBURL_AD=$ZAP_BASE/ad.gif
-STUBURL_ADBG=$ZAP_BASE/adbg.gif
-STUBURL_ADJS=$ZAP_BASE/no-op.js
-STUBURL_ADHTML=$ZAP_BASE/no-op.html
-STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html
-STUBURL_COUNTER=$ZAP_BASE/counter.gif
-STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
+zapper=@@PREFIX@@/libexec/squid_redirect
+. @@PREFIX@@/etc/adzap.conf
export ZAP_MODE ZAP_BASE ZAP_PREMATCH ZAP_POSTMATCH
export STUBURL_AD STUBURL_ADJS STUBURL_ADHTML STUBURL_ADPOPUP \
STUBURL_COUNTER STUBURL_WEBBUG
|