From: Bruce Momjian Date: Mon, 25 Nov 2002 21:42:11 +0000 (+0000) Subject: Remove check for pg_group file as part of initdb -W password assignment X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4bb385d061532f63d6649715b58abc285eb92318;p=users%2Fbernd%2Fpostgres.git Remove check for pg_group file as part of initdb -W password assignment --- not needed. --- diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index 664921fb5a..b8e36a6665 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -669,11 +669,6 @@ EOF echo "The password file wasn't generated. Please report this problem." 1>&2 exit_nicely fi - if [ ! -f "$PGDATA"/global/pg_group ]; then - echo - echo "The group file wasn't generated. Please report this problem." 1>&2 - exit_nicely - fi echo "ok" fi