diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 10:22:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-13 10:22:54 +0000 |
commit | 71377958c8b059e0b49ad927a5a4575b40545cd8 (patch) | |
tree | fc6c805c3c367dedcde1eff1d0530b9d222bd696 /glibcbug.in | |
parent | fa5ba5d944f5e2a312c0a15835afc926e2aabffb (diff) | |
download | glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.tar.gz glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.tar.xz glibc-71377958c8b059e0b49ad927a5a4575b40545cd8.zip |
Update.
1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de> * glibcbug.in (BUGGLIBC): Change address to libc-alpha@sourceware.cygnus.com.
Diffstat (limited to 'glibcbug.in')
-rw-r--r-- | glibcbug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibcbug.in b/glibcbug.in index 0f392e7151..733f5d9c95 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -38,7 +38,7 @@ fi if test "$RELEASE" = "stable"; then BUGGLIBC="bugs@gnu.org" else - BUGGLIBC="libc-alpha@cygnus.com" + BUGGLIBC="libc-alpha@sourceware.cygnus.com" fi BUGADDR=${1-$BUGGLIBC} |