(BUGGLIBC): Send to new alias.
authorAndreas Jaeger <aj@suse.de>
Wed, 18 Apr 2001 20:03:28 +0000 (20:03 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 18 Apr 2001 20:03:28 +0000 (20:03 +0000)
        * rt/Makefile (otherlibs): Added.

        * glibcbug.in (BUGGLIBC): Send to new alias.

ChangeLog
glibcbug.in

index d737ed9..c14966b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2001-04-18  Andreas Jaeger  <aj@suse.de>
 
-       * rt/Makefile (otherlibs): Added.
+        * rt/Makefile (otherlibs): Added.
+
+        * glibcbug.in (BUGGLIBC): Send to new alias.
 
 2001-04-02  Andreas Schwab  <schwab@suse.de>
 
index c47a772..db986b9 100644 (file)
@@ -36,12 +36,7 @@ if test $? -ne 0; then
   chmod 600 $TEMPx
 fi
 
-if test "$RELEASE" = "stable"; then
-  BUGGLIBC="bugs@gnu.org"
-else
-  BUGGLIBC="libc-alpha@sourceware.cygnus.com"
-fi
-
+BUGGLIBC="glibc-bug-reports-${RELEASE}@gnu.org"
 BUGADDR=${1-$BUGGLIBC}
 
 : ${EDITOR=emacs}