summaryrefslogtreecommitdiff
path: root/net/smokeping/patches/patch-ac
blob: a00bacc82d7a7aaa0b2c827931cde05d5af46f56 (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
$NetBSD: patch-ac,v 1.1.1.1 2003/03/24 15:24:39 bouyer Exp $

--- etc/config.dist.orig	Wed Mar 19 22:52:32 2003
+++ etc/config.dist	Wed Mar 19 22:58:47 2003
@@ -4,16 +4,16 @@
 
 *** 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
+datadir  = /var/db/smokeping
+piddir  = /var/run
+cgiurl   = http://localhost/cgi-bin/smokeping.cgi
+smokemail = @PREFIX@/etc/smokeping/smokemail
 # specify this to get syslog logging
 # syslogfacility = local0
 
@@ -35,7 +35,7 @@
 
 *** Presentation ***
 
-template = /home/oetiker/data/projects/AADJ-smokeping/dist/etc/basepage.html
+template = @PREFIX@/etc/smokeping/basepage.html
 
 + overview 
 
@@ -58,7 +58,7 @@
 
 + FPing
 
-binary = /usr/sepp/bin/fping
+binary = @PREFIX@/sbin/fping
 
 *** Targets ***
 
@@ -142,4 +142,3 @@
 menu = Sun Microsystems
 title = Sun Microsystems Webserver
 host = www.sun-web.com
-