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. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/configure.ac | 2 +- cpukit/score/cpu/c4x/ChangeLog | 4 ++++ cpukit/score/cpu/c4x/configure.ac | 2 +- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/configure.ac | 2 +- cpukit/score/cpu/hppa1.1/ChangeLog | 4 ++++ cpukit/score/cpu/hppa1.1/configure.ac | 2 +- cpukit/score/cpu/i386/ChangeLog | 4 ++++ cpukit/score/cpu/i386/configure.ac | 2 +- cpukit/score/cpu/i960/ChangeLog | 4 ++++ cpukit/score/cpu/i960/configure.ac | 2 +- cpukit/score/cpu/m68k/ChangeLog | 4 ++++ cpukit/score/cpu/m68k/configure.ac | 2 +- cpukit/score/cpu/mips/ChangeLog | 4 ++++ cpukit/score/cpu/mips/configure.ac | 2 +- cpukit/score/cpu/mips64orion/ChangeLog | 4 ++++ cpukit/score/cpu/mips64orion/configure.ac | 2 +- cpukit/score/cpu/no_cpu/ChangeLog | 4 ++++ cpukit/score/cpu/no_cpu/configure.ac | 2 +- cpukit/score/cpu/or32/ChangeLog | 4 ++++ cpukit/score/cpu/or32/configure.ac | 2 +- cpukit/score/cpu/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/configure.ac | 2 +- cpukit/score/cpu/sh/ChangeLog | 4 ++++ cpukit/score/cpu/sh/configure.ac | 2 +- cpukit/score/cpu/sparc/ChangeLog | 4 ++++ cpukit/score/cpu/sparc/configure.ac | 2 +- cpukit/score/cpu/unix/ChangeLog | 4 ++++ cpukit/score/cpu/unix/configure.ac | 2 +- 32 files changed, 80 insertions(+), 16 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b84af14f4f..40b591343c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-08-08 Ralf Corsepius * configure.ac: Add libmisc/fsmount/Makefile. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index b2f44b4930..530bb7e599 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([score]) RTEMS_TOP(..) diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 0f71052392..0c3754d19b 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-04-17 Ralf Corsepius * Makefile.am: Use "all-local:" instead of "all:". diff --git a/cpukit/score/cpu/arm/configure.ac b/cpukit/score/cpu/arm/configure.ac index ef0201bd72..50349bb8b2 100644 --- a/cpukit/score/cpu/arm/configure.ac +++ b/cpukit/score/cpu/arm/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-arm],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index 3aedd9dec3..40d7314265 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/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/cpukit/score/cpu/c4x/configure.ac b/cpukit/score/cpu/c4x/configure.ac index 10f417dc05..51617ce41b 100644 --- a/cpukit/score/cpu/c4x/configure.ac +++ b/cpukit/score/cpu/c4x/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-c4x],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index 0844d61686..7843f5fc36 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/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/cpukit/score/cpu/h8300/configure.ac b/cpukit/score/cpu/h8300/configure.ac index 6cf8e67e2a..a3b40c241c 100644 --- a/cpukit/score/cpu/h8300/configure.ac +++ b/cpukit/score/cpu/h8300/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog index b13f56db05..c33e866009 100644 --- a/cpukit/score/cpu/hppa1.1/ChangeLog +++ b/cpukit/score/cpu/hppa1.1/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/cpukit/score/cpu/hppa1.1/configure.ac b/cpukit/score/cpu/hppa1.1/configure.ac index 2e71ef43ea..b97dec5353 100644 --- a/cpukit/score/cpu/hppa1.1/configure.ac +++ b/cpukit/score/cpu/hppa1.1/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-hppa1.1],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-hppa1.1],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 77bf188e71..4adaaf63b8 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/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/cpukit/score/cpu/i386/configure.ac b/cpukit/score/cpu/i386/configure.ac index 54d49b142a..3cb3ad68fe 100644 --- a/cpukit/score/cpu/i386/configure.ac +++ b/cpukit/score/cpu/i386/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-i386],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/i960/ChangeLog b/cpukit/score/cpu/i960/ChangeLog index d681013b39..0693be7bb0 100644 --- a/cpukit/score/cpu/i960/ChangeLog +++ b/cpukit/score/cpu/i960/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/cpukit/score/cpu/i960/configure.ac b/cpukit/score/cpu/i960/configure.ac index 1cc5ad745a..14340131ef 100644 --- a/cpukit/score/cpu/i960/configure.ac +++ b/cpukit/score/cpu/i960/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-i960],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-i960],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 55602c4389..ba3111e58b 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/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/cpukit/score/cpu/m68k/configure.ac b/cpukit/score/cpu/m68k/configure.ac index e2609c6605..9a7a7e2dfe 100644 --- a/cpukit/score/cpu/m68k/configure.ac +++ b/cpukit/score/cpu/m68k/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-m68k],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index 15bc930fb0..069cee311b 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/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/cpukit/score/cpu/mips/configure.ac b/cpukit/score/cpu/mips/configure.ac index 83de66fd5c..f098068301 100644 --- a/cpukit/score/cpu/mips/configure.ac +++ b/cpukit/score/cpu/mips/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-mips],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/mips64orion/ChangeLog b/cpukit/score/cpu/mips64orion/ChangeLog index d496b6d967..ee6730cebb 100644 --- a/cpukit/score/cpu/mips64orion/ChangeLog +++ b/cpukit/score/cpu/mips64orion/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/cpukit/score/cpu/mips64orion/configure.ac b/cpukit/score/cpu/mips64orion/configure.ac index a881ca81f8..ca076ef16a 100644 --- a/cpukit/score/cpu/mips64orion/configure.ac +++ b/cpukit/score/cpu/mips64orion/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-mips64orion],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-mips64orion],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index 6e7fcd367c..1b61e308a1 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/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/cpukit/score/cpu/no_cpu/configure.ac b/cpukit/score/cpu/no_cpu/configure.ac index 5cd100a1ff..4711f67340 100644 --- a/cpukit/score/cpu/no_cpu/configure.ac +++ b/cpukit/score/cpu/no_cpu/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-no_cpu],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-no_cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.c]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog index 886f49ca53..b3e8578be6 100644 --- a/cpukit/score/cpu/or32/ChangeLog +++ b/cpukit/score/cpu/or32/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/cpukit/score/cpu/or32/configure.ac b/cpukit/score/cpu/or32/configure.ac index 188fac3dd9..668555178e 100644 --- a/cpukit/score/cpu/or32/configure.ac +++ b/cpukit/score/cpu/or32/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-or32],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.c]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 11f2780778..58d4fe23b3 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-07-18 Till Straumann PR 288/rtems diff --git a/cpukit/score/cpu/powerpc/configure.ac b/cpukit/score/cpu/powerpc/configure.ac index f5b78b074a..22a5f3b012 100644 --- a/cpukit/score/cpu/powerpc/configure.ac +++ b/cpukit/score/cpu/powerpc/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([asm.h]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index 5af8b7d1c5..222f80db7c 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/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/cpukit/score/cpu/sh/configure.ac b/cpukit/score/cpu/sh/configure.ac index bef78182fa..682301ada0 100644 --- a/cpukit/score/cpu/sh/configure.ac +++ b/cpukit/score/cpu/sh/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([asm.h]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index f5460bb2e1..dd0f7d6a75 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/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/cpukit/score/cpu/sparc/configure.ac b/cpukit/score/cpu/sparc/configure.ac index c68aca9d02..f438226322 100644 --- a/cpukit/score/cpu/sparc/configure.ac +++ b/cpukit/score/cpu/sparc/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-sparc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-sparc],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../..) diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index d2962151f2..3b9b0d770b 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-04-17 Ralf Corsepius * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to diff --git a/cpukit/score/cpu/unix/configure.ac b/cpukit/score/cpu/unix/configure.ac index 1a4e02e7fe..2446e43c27 100644 --- a/cpukit/score/cpu/unix/configure.ac +++ b/cpukit/score/cpu/unix/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-cpukit-score-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-cpukit-score-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([cpu.c]) RTEMS_TOP(../../../..) -- cgit v1.2.3