projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2fbb6
)
Remove check for pg_group file as part of initdb -W password assignment
author
Bruce Momjian
<
[email protected]
>
Mon, 25 Nov 2002 21:42:11 +0000
(21:42 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 25 Nov 2002 21:42:11 +0000
(21:42 +0000)
--- not needed.
src/bin/initdb/initdb.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.sh
b/src/bin/initdb/initdb.sh
index 664921fb5a80df0b8d5db4d8065220754a5972f9..b8e36a666530291875339429768605940a2dc5b7 100644
(file)
--- 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