diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 63c8dfc189..62ac008083 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.13 2000/07/22 14:48:01 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.14 2000/08/25 10:00:29 petere Exp $ --> <chapter id="installation"> <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> @@ -578,26 +578,12 @@ su - postgres </varlistentry> <varlistentry> - <term>--with-krb-srvtab=<replaceable>FILE</></term> - <listitem> - <para> - Specifies the location of the Kerberos server shared key file - (<quote>srvtab</>). If you are using Kerberos 4, this - defaults to <filename>/etc/srvtab</>, with Kerberos 5 to - <filename>FILE:/usr/local/pgsql/etc/krb5.keytab</>, or - equivalent, depending on what you set <option>--sysconfdir</> - to above. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>--enable-syslog</term> <listitem> <para> Enables the <productname>PostgreSQL</> server to use the syslog logging facility. (Using this option does not mean - that you have to log with syslog or even that it will be done + that you will have to log with syslog or even that it will be done by default, it simply makes it possible to turn this option on at run time.) </para> |
