You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/08/12 16:18:49 UTC

cvs commit: apache-1.3/src/helpers binbuild.sh

slive       2002/08/12 07:18:49

  Modified:    src/helpers binbuild.sh
  Log:
  Fix support references in binbuild README.
  
  PR: 11626
  
  Revision  Changes    Path
  1.21      +5 -6      apache-1.3/src/helpers/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/binbuild.sh,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -d -b -u -r1.20 -r1.21
  --- binbuild.sh	15 May 2002 15:27:55 -0000	1.20
  +++ binbuild.sh	12 Aug 2002 14:18:48 -0000	1.21
  @@ -91,13 +91,12 @@
     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 && \