diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-18 20:03:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-18 20:03:28 +0000 |
commit | 43536751613a9166b76b432c608261646ec13a75 (patch) | |
tree | a5b8b277d1eeb0f1b1b52cbb953d4bb39fae3e21 | |
parent | 1093004112dd61ea7a5d5e09597cc29c82b75301 (diff) | |
download | glibc-43536751613a9166b76b432c608261646ec13a75.tar.gz glibc-43536751613a9166b76b432c608261646ec13a75.tar.xz glibc-43536751613a9166b76b432c608261646ec13a75.zip |
(BUGGLIBC): Send to new alias.
* rt/Makefile (otherlibs): Added. * glibcbug.in (BUGGLIBC): Send to new alias.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | glibcbug.in | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index d737ed98a0..c14966bcf4 100644 --- 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> diff --git a/glibcbug.in b/glibcbug.in index c47a772077..db986b9e87 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -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} |