summaryrefslogtreecommitdiff
path: root/net/smokeping/patches/patch-ac
blob: 6cfbec409714780bd5d2889b88764ebd2696bf19 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
$NetBSD: patch-ac,v 1.4 2005/01/22 21:53:28 adrianp Exp $

--- etc/config.dist.orig	2005-01-22 19:52:46.000000000 +0000
+++ etc/config.dist	2005-01-22 19:59:21.000000000 +0000
@@ -4,16 +4,18 @@
 
 *** General ***
 
-owner    = Joe Random
-contact  = joe@some.place.xyz
-mailhost = smtp.mailhost.abc
-sendmail = /usr/lib/sendmail
-imgcache = /home/oetiker/public_html/.simg
+owner    = Charlie Root
+contact  = root@localhost
+mailhost = smtp.mynet
+sendmail = /usr/sbin/sendmail
+imgcache = @PREFIX@/share/httpd/htdocs/.simg
 imgurl   = ../.simg
-datadir  = /home/oetiker/data/projects/AADJ-smokeping/dist/var
-piddir  = /home/oetiker/data/projects/AADJ-smokeping/dist/var
-cgiurl   = http://people.ee.ethz.ch/~oetiker/smokeping/smokeping.cgi
-smokemail = /home/oetiker/data/projects/AADJ-smokeping/dist/etc/smokemail.dist
+datadir  = @VARBASE@/db/smokeping
+piddir   = @VARBASE@/run
+cgiurl   = http://localhost/cgi-bin/smokeping.cgi
+smokemail = @PREFIX@/etc/smokeping/smokemail
+
+
 # specify this to get syslog logging
 syslogfacility = local0
 # each probe is now run in its own process
@@ -65,7 +67,7 @@
 
 *** Presentation ***
 
-template = /home/oetiker/data/projects/AADJ-smokeping/dist/etc/basepage.html.dist
+template = @PREFIX@/etc/smokeping/basepage.html
 
 + overview 
 
@@ -88,7 +90,7 @@
 
 + FPing
 
-binary = /usr/sepp/bin/fping
+binary = @PREFIX@/sbin/fping
 
 *** Targets ***
 
@@ -173,4 +175,3 @@
 menu = Sun Microsystems
 title = Sun Microsystems Webserver
 host = www.sun-web.com
-