Commit 63d4f1cd authored by Peter Eisentraut's avatar Peter Eisentraut

Adjust message

parent 830c168e
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD. * Portions taken from FreeBSD.
* *
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.62 2004/10/15 04:31:48 momjian Exp $ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.63 2004/10/17 21:04:41 petere Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -2197,7 +2197,7 @@ main(int argc, char *argv[]) ...@@ -2197,7 +2197,7 @@ main(int argc, char *argv[])
if (authmethod == NULL || !strlen(authmethod)) if (authmethod == NULL || !strlen(authmethod))
{ {
authwarning = _("\nWARNING: enabling \"trust\" authentication for local connections\n" authwarning = _("\nWARNING: enabling \"trust\" authentication for local connections\n"
"You can change this by editing pg_hba.conf or using the -A flag the\n" "You can change this by editing pg_hba.conf or using the -A option the\n"
"next time you run initdb.\n"); "next time you run initdb.\n");
authmethod = "trust"; authmethod = "trust";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment