diff options
author | Joshua Slive <slive@apache.org> | 2002-08-12 16:21:48 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-08-12 16:21:48 +0200 |
commit | 5cf7302608e5d55386744bd7e7c42e660ccb5be0 (patch) | |
tree | bd900de2dca3b2e592df826f8aa80b05a7120d21 /build | |
parent | Don't catch more than 1 SIGTERM in the parent process as doing so results (diff) | |
download | apache2-5cf7302608e5d55386744bd7e7c42e660ccb5be0.tar.xz apache2-5cf7302608e5d55386744bd7e7c42e660ccb5be0.zip |
Fix support references in binbuild README.
PR: 11626
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-x | build/binbuild.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh index bac5603d5d..2e1b669f0b 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -88,13 +88,12 @@ echo "Creating supplementary files..." echo " " && \ echo "NOTE: Please do not send support-related mails to the address mentioned" && \ echo " above or to any member of the Apache Group! Support questions" && \ - echo " should be directed to the \"comp.infosystems.www.servers.unix\"" && \ - echo " or \"comp.infosystems.www.servers.ms-windows\" newsgroup" && \ - echo " (as appropriate for the platform you use), where some of the" && \ - echo " Apache team lurk, in the company of many other Apache gurus" && \ - echo " who should be able to help." && \ + echo " should be directed to the forums mentioned at" && \ + echo " http://httpd.apache.org/lists.html#http-users" && \ + echo " where some of the Apache team lurk, in the company of many other" && \ + echo " Apache gurus who should be able to help." && \ echo " If you think you found a bug in Apache or have a suggestion please" && \ - echo " visit the bug report page at http://www.apache.org/bug_report.html" && \ + echo " visit the bug report page at http://httpd.apache.org/bug_report.html" && \ echo " " && \ echo "----------------------------------------------------------------------" && \ ./bindist/bin/httpd -V && \ |