summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--doc/smokeping_install.pod2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9684c04..4713d17 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ smokeping-$(VERSION).tar.gz:
cp -rp build/perl/* ../lib;\
make clean; \
rm -rf build)
- $(PERL) -i~ -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
+ $(PERL) -i -p -e 's/VERSION/$(VERSION)/' smokeping-$(VERSION)/htdocs/script/Tr.js
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)
diff --git a/README b/README
index db7dc17..c2c0834 100644
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ the work I am doing (SmokePing like MRTG and RRDtool have
been written entirely in my spare time) please feel free to
use:
- http://people.ee.ethz.ch/oetiker/wish
+ http://tobi.oetiker.ch/wish
Continue Reading
=================
diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod
index 9c6b31b..932564d 100644
--- a/doc/smokeping_install.pod
+++ b/doc/smokeping_install.pod
@@ -212,6 +212,8 @@ your F</etc/init.d> tree. Check out L<smokeping> for further information.
When you can now also open the smokeping.cgi webpage to look at your data.
+=head2 Adding SmokeTrace online Traceroute ability
+
If you want to add traceroute ability to your smokeping setup, check out the
L<smoketrace> manual page.