diff options
author | Tom Lane | 2009-01-06 17:28:15 +0000 |
---|---|---|
committer | Tom Lane | 2009-01-06 17:28:15 +0000 |
commit | e3a4d5cf8c0b4a88f94fb3b44ebc9f8e8e6d89fb (patch) | |
tree | 77d020bfd368b2d905d79e6342e1414fce32756f | |
parent | 4d79a504942d7e3f58133bc56087137091f3a5b7 (diff) |
Remove references to pgsql-ports and pgsql-patches mailing lists from
various documentation, since those lists are now dead/deprecated.
Point to pgsql-bugs and/or pgsql-hackers as appropriate.
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/bug.template | 10 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/problems.sgml | 6 |
5 files changed, 13 insertions, 18 deletions
diff --git a/configure b/configure index 2bd79e7d602..845d3fc0957 100755 --- a/configure +++ b/configure @@ -1420,7 +1420,7 @@ PostgreSQL has apparently not been ported to your platform yet. To try a manual configuration, look into the src/template directory for a similar platform and use the '--with-template=' option. -Please also contact <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* @@ -1431,7 +1431,7 @@ PostgreSQL has apparently not been ported to your platform yet. To try a manual configuration, look into the src/template directory for a similar platform and use the '--with-template=' option. -Please also contact <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/configure.in b/configure.in index c0f6de94b00..7c0fab82ebc 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.34 2008/10/31 03:15:20 scrappy Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.35 2009/01/06 17:28:14 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -93,7 +93,7 @@ PostgreSQL has apparently not been ported to your platform yet. To try a manual configuration, look into the src/template directory for a similar platform and use the '--with-template=' option. -Please also contact <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/doc/bug.template b/doc/bug.template index 7a9a9c581df..c039d541b45 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -1,16 +1,12 @@ -If PostgreSQL failed to compile on your computer or you found a bug that -is likely to be specific to one platform, then please fill out this form -and e-mail it to [email protected]. - -To report non-porting-related bugs, fill out the form below and e-mail it to +If PostgreSQL failed to compile on your computer or you found a bug, +please fill out this form and e-mail it to [email protected]. If your bug report has security implications and you'd prefer that it not become immediately visible in public archives, don't send it to pgsql-bugs. Security issues can be reported privately to [email protected]. If you not only found the problem but solved it and generated a patch -then e-mail it to [email protected] instead. Please use the +then e-mail it to [email protected] instead. Please use the command "diff -c" to generate the patch. You may also enter a bug report at http://www.postgresql.org/ instead of diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6dc40789793..2ccd57efe2f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.8 2004/01/04 16:44:22 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.9 2009/01/06 17:28:15 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1476,9 +1476,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <note> <para> If you are having problems with the installation on a supported - platform, please write to <email>[email protected]</email> - or <email>[email protected]</email>, not to the people - listed here. + platform, please write to <email>[email protected]</email>, + not to the people listed here. </para> </note> diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 53dd0c673d2..ea06973dae0 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.1 2005/01/30 21:32:10 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.2 2009/01/06 17:28:15 tgl Exp $ --> <sect1 id="bug-reporting"> @@ -333,10 +333,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.1 2005/01/30 21:32:1 Please be specific about what part of the documentation you are unhappy with. </para> - + <para> If your bug is a portability problem on a non-supported platform, - send mail to <email>[email protected]</email>, + send mail to <email>[email protected]</email>, so we (and you) can work on porting <productname>PostgreSQL</productname> to your platform. </para> |