From 9dd3d5370282a4ef62977d33ebb7ecda4efe7a91 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 10 Jun 2008 15:31:53 +0000 Subject: prepare for the release of smokeping-2.4.0 --- Makefile | 2 +- README | 2 +- doc/smokeping_install.pod | 2 ++ 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 tree. Check out L 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 manual page. -- cgit v1.2.3-24-g4f1b