summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 17:31:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 17:31:53 +0200
commit9dd3d5370282a4ef62977d33ebb7ecda4efe7a91 (patch)
treea400a7edc03d190e113566380c691d619655a9a8
parent32d5832640525150ef005ec7dc755507051291cd (diff)
downloadsmokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.gz
smokeping-9dd3d5370282a4ef62977d33ebb7ecda4efe7a91.tar.xz
prepare for the release of smokeping-2.4.0
-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.