@@ -1,6 +1,14 @@
--- etc/config.dist.in.orig 2013-12-13 22:10:13.051866148 +0100
-+++ etc/config.dist.in 2013-12-13 22:14:43.358829480 +0100
-@@ -7,13 +7,13 @@
++++ etc/config.dist.in 2013-12-13 22:28:03.240164499 +0100
+@@ -1,19 +1,19 @@
+ *** General ***
+
+ owner = Peter Random
+-contact = some@address.nowhere
+-mailhost = my.mail.host
++contact = root@localhost
++mailhost = localhost
+ sendmail = @SENDMAIL@
# NOTE: do not put the Image Cache below cgi-bin
# since all files under cgi-bin will be executed ... this is not
# good for images.
@@ -9,7 +17,7 @@
imgurl = cache
-datadir = @prefix@/data
-piddir = @prefix@/var
-+datadir = @prefix@/share/smokeping/data
++datadir = /var/lib/smokeping/data
+piddir = /var/run/smokeping
cgiurl = http://some.url/smokeping.cgi
-smokemail = @prefix@/etc/smokemail.dist
|