|
27 | 27 | # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
28 | 28 | # Portions Copyright (c) 1994, Regents of the University of California
|
29 | 29 | #
|
30 |
| -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.176 2002/10/18 22:05:35 petere Exp $ |
| 30 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.177 2002/11/25 21:41:46 momjian Exp $ |
31 | 31 | #
|
32 | 32 | #-------------------------------------------------------------------------
|
33 | 33 |
|
|
669 | 669 | echo"The password file wasn't generated. Please report this problem."1>&2
|
670 | 670 | exit_nicely
|
671 | 671 | fi
|
672 |
| -if [!-f"$PGDATA"/global/pg_group ];then |
673 |
| -echo |
674 |
| -echo"The group file wasn't generated. Please report this problem."1>&2 |
675 |
| - exit_nicely |
676 |
| -fi |
677 | 672 | echo"ok"
|
678 | 673 | fi
|
679 | 674 |
|
|