Remove check for pg_group file as part of initdb -W password assignment
authorBruce Momjian <[email protected]>
Mon, 25 Nov 2002 21:42:11 +0000 (21:42 +0000)
committerBruce Momjian <[email protected]>
Mon, 25 Nov 2002 21:42:11 +0000 (21:42 +0000)
--- not needed.

src/bin/initdb/initdb.sh

index 664921fb5a80df0b8d5db4d8065220754a5972f9..b8e36a666530291875339429768605940a2dc5b7 100644 (file)
@@ -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