mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8514fbf380
Submitted by: Roman Shterenzon <roman@xpert.com>
28 lines
984 B
Plaintext
28 lines
984 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2000/04/25 09:40:25 rh Exp $
|
|
|
|
--- /dev/null Mon Jan 15 00:57:20 2001
|
|
+++ adzap.conf Mon Jan 15 00:59:08 2001
|
|
@@ -0,0 +1,20 @@
|
|
+# example adzap configuration file
|
|
+# copy this file over to ${PREFIX}/etc/adzap.conf,
|
|
+# then modify this to match your install
|
|
+
|
|
+ZAP_MODE=CLEAR # 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_ADMP3=$ZAP_BASE/ad.mp3
|
|
+STUBURL_ADPOPUP=$ZAP_BASE/closepopup.html
|
|
+STUBURL_ADSWF=$ZAP_BASE/ad.swf
|
|
+STUBURL_COUNTER=$ZAP_BASE/counter.gif
|
|
+STUBURL_WEBBUG=$ZAP_BASE/webbug.gif
|