From 7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Aug 2003 14:20:43 +0000 Subject: 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. --- testsuites/ChangeLog | 4 ++++ testsuites/configure.ac | 2 +- testsuites/itrontests/ChangeLog | 4 ++++ testsuites/itrontests/configure.ac | 2 +- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/configure.ac | 2 +- testsuites/mptests/ChangeLog | 4 ++++ testsuites/mptests/configure.ac | 2 +- testsuites/psxtests/ChangeLog | 4 ++++ testsuites/psxtests/configure.ac | 2 +- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/configure.ac | 2 +- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/configure.ac | 2 +- testsuites/support/ChangeLog | 4 ++++ testsuites/support/configure.ac | 2 +- testsuites/tmitrontests/ChangeLog | 4 ++++ testsuites/tmitrontests/configure.ac | 2 +- testsuites/tmtests/ChangeLog | 4 ++++ testsuites/tmtests/configure.ac | 2 +- testsuites/tools/ChangeLog | 4 ++++ testsuites/tools/configure.ac | 2 +- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/configure.ac | 2 +- 24 files changed, 60 insertions(+), 12 deletions(-) (limited to 'testsuites') diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index d2700b1813..382870b176 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. diff --git a/testsuites/configure.ac b/testsuites/configure.ac index 868b3beea2..4d5cf14bf1 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([samples]) RTEMS_TOP(../../..) diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index 00cc73a168..20900fa04b 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-27 Ralf Corsepius * configure.ac: Remove CC_CFLAGS_DEBUG_V. diff --git a/testsuites/itrontests/configure.ac b/testsuites/itrontests/configure.ac index 17b4618e63..9a35ee0ef8 100644 --- a/testsuites/itrontests/configure.ac +++ b/testsuites/itrontests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([itronhello]) RTEMS_TOP(../../../..) diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 5840cdc289..18e5676cc3 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac index d287b3d793..e45ebabcde 100644 --- a/testsuites/libtests/configure.ac +++ b/testsuites/libtests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpuuse]) RTEMS_TOP(../../../..) diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index 0c813e0abf..3fa60684e2 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-27 Ralf Corsepius * configure.ac: Remove CC_CFLAGS_DEBUG_V. diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac index d8ade7d8af..db7bf24f7b 100644 --- a/testsuites/mptests/configure.ac +++ b/testsuites/mptests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([mp01]) RTEMS_TOP(../../../..) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index f5b5cb38a8..fb6e8b30b1 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-06-12 Joel Sherrill * psxchroot01/test.c, psxreaddir/test.c: Removed warnings. diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index b06630cabb..1b07b5678f 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-psxtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([psx01]) RTEMS_TOP(../../../..) diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 6c9a8d0b75..385e9e2810 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-08-11 Ralf Corsepius * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index 8e60affd0e..d02724fa42 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([hello]) RTEMS_TOP(../../../..) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 36d0022d57..ddab008db6 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-29 Joel Sherrill * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings. diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index a554697987..53741400f1 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([sp01]) RTEMS_TOP(../../../..) diff --git a/testsuites/support/ChangeLog b/testsuites/support/ChangeLog index 8ded4bc3ec..2c08616591 100644 --- a/testsuites/support/ChangeLog +++ b/testsuites/support/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. diff --git a/testsuites/support/configure.ac b/testsuites/support/configure.ac index f84fef5a4f..ae8582c19a 100644 --- a/testsuites/support/configure.ac +++ b/testsuites/support/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-support],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-support],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([include]) RTEMS_TOP(../../../..) diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog index 87ed09d729..45e518771e 100644 --- a/testsuites/tmitrontests/ChangeLog +++ b/testsuites/tmitrontests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-27 Ralf Corsepius * configure.ac: Remove CC_CFLAGS_DEBUG_V. diff --git a/testsuites/tmitrontests/configure.ac b/testsuites/tmitrontests/configure.ac index f75670ecd8..959dc54473 100644 --- a/testsuites/tmitrontests/configure.ac +++ b/testsuites/tmitrontests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-tmitrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([tmitronsem01]) RTEMS_TOP(../../../..) diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog index aaec7124ec..fcc7a70ec1 100644 --- a/testsuites/tmtests/ChangeLog +++ b/testsuites/tmtests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-27 Ralf Corsepius * configure.ac: Remove CC_CFLAGS_DEBUG_V. diff --git a/testsuites/tmtests/configure.ac b/testsuites/tmtests/configure.ac index 181d1ffc4f..9443fb8857 100644 --- a/testsuites/tmtests/configure.ac +++ b/testsuites/tmtests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([tm01]) RTEMS_TOP(../../../..) diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog index 679ec679e6..6f3f11c9af 100644 --- a/testsuites/tools/ChangeLog +++ b/testsuites/tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index f02dcf7bc4..91ea6557eb 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([generic]) RTEMS_TOP(../../../..) diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog index 015166a64d..fa0339e6de 100644 --- a/testsuites/tools/generic/ChangeLog +++ b/testsuites/tools/generic/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac index 5efee4be5c..45d68360ec 100644 --- a/testsuites/tools/generic/configure.ac +++ b/testsuites/tools/generic/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([sorttimes.in]) RTEMS_TOP(../../../../..) -- cgit v1.2.3