Code

fix my mail address
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 4 May 2006 13:24:16 +0000 (13:24 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 4 May 2006 13:24:16 +0000 (13:24 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@812 a5681a0c-68f1-0310-ab6d-d61299d08faa

22 files changed:
PROJECTS
README
acinclude.m4
configure.ac
doc/rrdbuild.pod
doc/rrdcgi.pod
doc/rrdcreate.pod
doc/rrddump.pod
doc/rrdfetch.pod
doc/rrdgraph-old.pod
doc/rrdgraph.pod
doc/rrdgraph_data.pod
doc/rrdgraph_examples.pod
doc/rrdgraph_graph.pod
doc/rrdgraph_rpn.pod
doc/rrdinfo.pod
doc/rrdrestore.pod
doc/rrdtool.pod
doc/rrdtune.pod
doc/rrdtutorial.pod
doc/rrdupdate.pod
doc/rrdxport.pod

index bccea05b088990a5161f0a433c95aabaadafc500..68a5fcfb0cf2a151df967cbad8672fd48244b4bd 100644 (file)
--- a/PROJECTS
+++ b/PROJECTS
@@ -3,7 +3,7 @@ NEW RRD DATAFORMAT with Accessor Functions
 
 Interested:
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
 Jake Brutlag <jakeb@microsoft.com>  
 - updating rrd_update to use accessor fks
 
diff --git a/README b/README
index cdfbe0757b22f462028e0225d64af7405a825b38..1dfcace02737c0cc1d29c863bbde31aa5adf1626 100644 (file)
--- a/README
+++ b/README
@@ -72,4 +72,4 @@ The latest Version:
 Is available from http://people.ee.ethz.ch/oetiker/webtools/rrdtool/
 
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index 908894411a95a4eccf00d23a434e485b8ae1c8b8..936739577c05fdafaa20a1d7928c0655bfc48733 100644 (file)
@@ -443,7 +443,7 @@ AC_IEEE([out of the box], works, , , ,
                    PERLFLAGS="CCFLAGS=-DMUST_DISABLE_SIGFPE"],         
                    AC_MSG_ERROR([
 Your Compiler does not do propper IEEE math ... Please find out how to
-make IEEE math work with your compiler and let me know (oetiker@ee.ethz.ch).
+make IEEE math work with your compiler and let me know (tobi@oetiker.ch).
 Check config.log to see what went wrong ...
 ]))])])])])])])])])])
 
index fca2c34c6167a61e7c54ba9b3aae29d7955a8951..b64d480159542312b1cac4bdc85442f8867875cc 100644 (file)
@@ -363,9 +363,9 @@ CONFIGURE_PART(Findr 3rd-Party Libraries)
 AM_CONDITIONAL(BUILD_RRDCGI,[test $enable_rrdcgi != no])
 
 EX_CHECK_ALL(art_lgpl_2, art_vpath_add_point,       libart_lgpl/libart.h,   libart-2.0,  2.3.17, ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/, /usr/include/libart-2.0)
-EX_CHECK_ALL(z,          zlibVersion,               zlib.h,                 zlib,        1.2.2,  http://www.gzip.org/zlib/, "")
-EX_CHECK_ALL(png,        png_access_version_number, png.h,                  libpng,      1.2.8,  http://prdownloads.sourceforge.net/libpng/, "")
-EX_CHECK_ALL(freetype,   FT_Init_FreeType,          ft2build.h,                    freetype2,   2.1.9,  http://prdownloads.sourceforge.net/freetype/, /usr/include/freetype2)
+EX_CHECK_ALL(z,          zlibVersion,               zlib.h,                 zlib,        1.2.3,  http://www.gzip.org/zlib/, "")
+EX_CHECK_ALL(png,        png_access_version_number, png.h,                  libpng,      1.2.10,  http://prdownloads.sourceforge.net/libpng/, "")
+EX_CHECK_ALL(freetype,   FT_Init_FreeType,          ft2build.h,                    freetype2,   2.1.10,  http://prdownloads.sourceforge.net/freetype/, /usr/include/freetype2)
 
 if test "$EX_CHECK_ALL_ERR" = "YES"; then
   AC_MSG_ERROR([Please fix the library issues listed above and try again.])
index 245d02856b2ca56de6f2e5104d1dddc2660a917b..2974379db7d763a9f3ece516e4a17b894dd289dd 100644 (file)
@@ -72,8 +72,8 @@ compile your own copies of the required libraries. Here is how:
 =item Building zlib
 
  cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.2.tar.gz
- tar  zxf zlib-1.2.2.tar.gz
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
+ tar  zxf zlib-1.2.3.tar.gz
  cd zlib-1.2.2
  env CFLAGS="-O3 -fPIC" ./configure --prefix=$BUILD_DIR/lb
  make
@@ -88,8 +88,8 @@ the end of line 4 means that line 4 and line 5 are on one line.
 
  cd $BUILD_DIR
  wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.8-config.tar.gz
- tar zxvf libpng-1.2.8-config.tar.gz
- cd libpng-1.2.8-config
+ tar zxvf libpng-1.2.10.tar.gz
+ cd libpng-1.2.10
  env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \
      ./configure --disable-shared --prefix=$BUILD_DIR/lb
  make
@@ -98,9 +98,9 @@ the end of line 4 means that line 4 and line 5 are on one line.
 =item Building freetype
 
  cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.9.tar.gz
- tar zxvf freetype-2.1.9.tar.gz
- cd freetype-2.1.9
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.10.tar.bz2
+ tar jxvf freetype-2.1.10.tar.bz2
+ cd freetype-2.1.10
  env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \
      ./configure --disable-shared --prefix=$BUILD_DIR/lb
  make
@@ -169,5 +169,5 @@ build has been successful.
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
index 92d1f909015c601fb1adae13eeb9defa6f7a373a..4c81e018d41a244f2c54e26e39b32adc48e1967e 100644 (file)
@@ -217,7 +217,7 @@ webserver/browser
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 
 
index 62907c83771244ba78edaf0d0e5dac28e6ad5a98..27ef702afd5097ca94e08e13c2b49cb01c3d0559 100644 (file)
@@ -550,4 +550,4 @@ RPN expression handles the divide by zero case.
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
index aa2a7e707f1f48271f39c8244fdb3ad74a6c4313..2e4cd4b2419138bab805a718c130597935a45e4c 100644 (file)
@@ -58,5 +58,5 @@ B<rrdrestore> for details.
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
index 7ebd9d603bb84dc0705f0c2a621fb6343b03be48..3611928b9c122ce64de2a7288956cded462556e7 100644 (file)
@@ -259,4 +259,4 @@ I<19970703 12:45> -- 12:45  July 3th, 1997
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index 37acaab4e1e82850aa6b4b8891cf9d96f10155ca..f35e0cd4f6d6bd0876d2eb5161b0ae1efb4700d8 100644 (file)
@@ -657,7 +657,7 @@ be misleading.
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 =head1 REFERENCES
 
index 63f5307f9d5844d11d1ebbc089520f60f42a3d5c..b7bf370608c37488ea60891d5f7e1a011744d17b 100644 (file)
@@ -380,7 +380,7 @@ Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
 
 =head1 AUTHOR
 
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
 
index 04d976174b4a679cf0eac31a2589d99f6d3e3e6e..64c559aba27f36485883ea513484487a46cdc112 100644 (file)
@@ -97,6 +97,6 @@ Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
 
 =head1 AUTHOR
 
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index e743c9f0e1408f3ded9afd84375ccc8b6b6237fd..fbe2f16edaa0f4f10145c2a0f3364bcb3e8fce86 100644 (file)
@@ -134,6 +134,6 @@ Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
 
 =head1 AUTHOR
 
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 754e703e3a19ddd58bf6e693411e9f925c546a4a..3c54e24fabf59540eca5732feea9ae177c1a3571 100644 (file)
@@ -308,6 +308,6 @@ Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
 
 =head1 AUTHOR
 
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 581dce9cecde4da42bdda56b771249105c9c78f2..5000d7a1738915277d065318971440624dc65d4d 100644 (file)
@@ -296,6 +296,6 @@ Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
 
 =head1 AUTHOR
 
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
 This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 24676eff3674dfdacaa9ae7f7b33af3d307d2341..e83d8d6138279af4e4fbd9eb4b38b494357a3e9e 100644 (file)
@@ -58,5 +58,5 @@ The name of the B<RRD> you want to examine.
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
index 811548da0b695cfb5b0b55e46c262d3a52377cb3..e098e0dfc1cfa6cb6275a5c72f3748fe2121ca61 100644 (file)
@@ -35,4 +35,4 @@ Allows B<RRDtool> to overwrite the destination B<RRD>.
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index 0b7add0ce09ffb8d116e997a49916cc7bb059151..0f41607aa1040127a3ae8411f0aba16991fa548c 100644 (file)
@@ -308,5 +308,5 @@ Bugs? Features!
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
 
index ab195bd93de3b258cce746668cac7e1b3f1026aa..5e9029bf12a2772a4267c249262645e59fee2e7b 100644 (file)
@@ -166,5 +166,5 @@ window of 5 time points.
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
 
index bcad01c8607202dfdf8a72afe2c64671f1fe11d8..05c1288f69f17ef9bced5fb46132f32608bb742e 100644 (file)
@@ -4,7 +4,7 @@ rrdtutorial - Alex van den Bogaerdt's RRDtool tutorial
 
 =head1 DESCRIPTION
 
-RRDtool is written by Tobias Oetiker <oetiker@ee.ethz.ch> with
+RRDtool is written by Tobias Oetiker <tobi@oetiker.ch> with
 contributions from many people all around the world. This document is
 written by Alex van den Bogaerdt <alex@ergens.op.het.net> to help you
 understand what RRDtool is and what it can do for you.
index d362f14e93e778ec28fcb6c27c6526e8c6d226ba..cc0b452f76ce0e9faeb3d6cbd54058f5fa86f40f 100644 (file)
@@ -97,5 +97,5 @@ regular readings. The update interval seems to be around 300 seconds.
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
 
index ebfc479825dcbe79db46fe53e10588f29765fce9..62a96259f8357ca45189f575bb4a2f03981fbe8a 100644 (file)
@@ -134,5 +134,5 @@ The resulting data section is:
 
 =head1 AUTHOR
 
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>