From 342b22c3e74a10d7049285c2cea7383676bcfc95 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 4 May 2006 13:24:16 +0000 Subject: [PATCH] fix my mail address git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@812 a5681a0c-68f1-0310-ab6d-d61299d08faa --- PROJECTS | 2 +- README | 2 +- acinclude.m4 | 2 +- configure.ac | 6 +++--- doc/rrdbuild.pod | 16 ++++++++-------- doc/rrdcgi.pod | 2 +- doc/rrdcreate.pod | 2 +- doc/rrddump.pod | 2 +- doc/rrdfetch.pod | 2 +- doc/rrdgraph-old.pod | 2 +- doc/rrdgraph.pod | 2 +- doc/rrdgraph_data.pod | 2 +- doc/rrdgraph_examples.pod | 2 +- doc/rrdgraph_graph.pod | 2 +- doc/rrdgraph_rpn.pod | 2 +- doc/rrdinfo.pod | 2 +- doc/rrdrestore.pod | 2 +- doc/rrdtool.pod | 2 +- doc/rrdtune.pod | 2 +- doc/rrdtutorial.pod | 2 +- doc/rrdupdate.pod | 2 +- doc/rrdxport.pod | 2 +- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/PROJECTS b/PROJECTS index bccea05..68a5fcf 100644 --- a/PROJECTS +++ b/PROJECTS @@ -3,7 +3,7 @@ NEW RRD DATAFORMAT with Accessor Functions Interested: -Tobias Oetiker +Tobias Oetiker Jake Brutlag - updating rrd_update to use accessor fks diff --git a/README b/README index cdfbe07..1dfcace 100644 --- a/README +++ b/README @@ -72,4 +72,4 @@ The latest Version: Is available from http://people.ee.ethz.ch/oetiker/webtools/rrdtool/ -Tobias Oetiker +Tobias Oetiker diff --git a/acinclude.m4 b/acinclude.m4 index 9088944..9367395 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 ... ]))])])])])])])])])]) diff --git a/configure.ac b/configure.ac index fca2c34..b64d480 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 245d028..2974379 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -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 Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE diff --git a/doc/rrdcgi.pod b/doc/rrdcgi.pod index 92d1f90..4c81e01 100644 --- a/doc/rrdcgi.pod +++ b/doc/rrdcgi.pod @@ -217,7 +217,7 @@ webserver/browser =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index 62907c8..27ef702 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -550,4 +550,4 @@ RPN expression handles the divide by zero case. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE diff --git a/doc/rrddump.pod b/doc/rrddump.pod index aa2a7e7..2e4cd4b 100644 --- a/doc/rrddump.pod +++ b/doc/rrddump.pod @@ -58,5 +58,5 @@ B for details. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE diff --git a/doc/rrdfetch.pod b/doc/rrdfetch.pod index 7ebd9d6..3611928 100644 --- a/doc/rrdfetch.pod +++ b/doc/rrdfetch.pod @@ -259,4 +259,4 @@ I<19970703 12:45> -- 12:45 July 3th, 1997 =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker diff --git a/doc/rrdgraph-old.pod b/doc/rrdgraph-old.pod index 37acaab..f35e0cd 100644 --- a/doc/rrdgraph-old.pod +++ b/doc/rrdgraph-old.pod @@ -657,7 +657,7 @@ be misleading. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE =head1 REFERENCES diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 63f5307..b7bf370 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -380,7 +380,7 @@ Make sure to read L for tipsEtricks. =head1 AUTHOR -Program by Tobias Oetiker Eoetiker@ee.ethz.chE +Program by Tobias Oetiker Etobi@oetiker.chE This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE diff --git a/doc/rrdgraph_data.pod b/doc/rrdgraph_data.pod index 04d9761..64c559a 100644 --- a/doc/rrdgraph_data.pod +++ b/doc/rrdgraph_data.pod @@ -97,6 +97,6 @@ Make sure to read L for tipsEtricks. =head1 AUTHOR -Program by Tobias Oetiker Eoetiker@ee.ethz.chE +Program by Tobias Oetiker Etobi@oetiker.chE This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE diff --git a/doc/rrdgraph_examples.pod b/doc/rrdgraph_examples.pod index e743c9f..fbe2f16 100644 --- a/doc/rrdgraph_examples.pod +++ b/doc/rrdgraph_examples.pod @@ -134,6 +134,6 @@ Make sure to read L for tipsEtricks. =head1 AUTHOR -Program by Tobias Oetiker Eoetiker@ee.ethz.chE +Program by Tobias Oetiker Etobi@oetiker.chE This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index 754e703..3c54e24 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -308,6 +308,6 @@ Make sure to read L for tipsEtricks. =head1 AUTHOR -Program by Tobias Oetiker Eoetiker@ee.ethz.chE +Program by Tobias Oetiker Etobi@oetiker.chE This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 581dce9..5000d7a 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -296,6 +296,6 @@ Make sure to read L for tipsEtricks. =head1 AUTHOR -Program by Tobias Oetiker Eoetiker@ee.ethz.chE +Program by Tobias Oetiker Etobi@oetiker.chE This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE diff --git a/doc/rrdinfo.pod b/doc/rrdinfo.pod index 24676ef..e83d8d6 100644 --- a/doc/rrdinfo.pod +++ b/doc/rrdinfo.pod @@ -58,5 +58,5 @@ The name of the B you want to examine. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE diff --git a/doc/rrdrestore.pod b/doc/rrdrestore.pod index 811548d..e098e0d 100644 --- a/doc/rrdrestore.pod +++ b/doc/rrdrestore.pod @@ -35,4 +35,4 @@ Allows B to overwrite the destination B. =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod index 0b7add0..0f41607 100644 --- a/doc/rrdtool.pod +++ b/doc/rrdtool.pod @@ -308,5 +308,5 @@ Bugs? Features! =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker diff --git a/doc/rrdtune.pod b/doc/rrdtune.pod index ab195bd..5e9029b 100644 --- a/doc/rrdtune.pod +++ b/doc/rrdtune.pod @@ -166,5 +166,5 @@ window of 5 time points. =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker diff --git a/doc/rrdtutorial.pod b/doc/rrdtutorial.pod index bcad01c..05c1288 100644 --- a/doc/rrdtutorial.pod +++ b/doc/rrdtutorial.pod @@ -4,7 +4,7 @@ rrdtutorial - Alex van den Bogaerdt's RRDtool tutorial =head1 DESCRIPTION -RRDtool is written by Tobias Oetiker with +RRDtool is written by Tobias Oetiker with contributions from many people all around the world. This document is written by Alex van den Bogaerdt to help you understand what RRDtool is and what it can do for you. diff --git a/doc/rrdupdate.pod b/doc/rrdupdate.pod index d362f14..cc0b452 100644 --- a/doc/rrdupdate.pod +++ b/doc/rrdupdate.pod @@ -97,5 +97,5 @@ regular readings. The update interval seems to be around 300 seconds. =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index ebfc479..62a9625 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -134,5 +134,5 @@ The resulting data section is: =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE -- 2.11.0