summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:41:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:41:57 +0000
commit74e299827b996db63c9e27d4a11a188eeb6196ae (patch)
tree3a4bcb1a411d84b1217bb60f3072eb33fcbf48ff /cpukit/posix
parent2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de> (diff)
downloadrtems-74e299827b996db63c9e27d4a11a188eeb6196ae.tar.bz2
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index eb22bdc470..dd9a8a29ef 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac
index 2697cd8945..a953e4ec51 100644
--- a/cpukit/posix/configure.ac
+++ b/cpukit/posix/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-cpukit-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-cpukit-posix],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([src/pthread.c])
RTEMS_TOP([../..])