diff options
author | Marc G. Fournier | 1996-09-21 06:24:41 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-09-21 06:24:41 +0000 |
commit | 04b55fc4a4d07818ecf6323fea04ba56dd44a1e8 (patch) | |
tree | 9f9957ff499247a0dac4aac6e7c946ef994b7098 /src/bin/createuser | |
parent | 1a003fbcc2ac3dc199cd3f32c054d4a37d30a970 (diff) |
Patches to make POSTPORT changes in scripts
Originally submitted by: ernst.molitor@uni-bonn.de
resubmitted by: D'Arcy Cain
Diffstat (limited to 'src/bin/createuser')
-rw-r--r-- | src/bin/createuser/createuser.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/createuser/createuser.sh b/src/bin/createuser/createuser.sh index 56dfb53ed49..4312a555dce 100644 --- a/src/bin/createuser/createuser.sh +++ b/src/bin/createuser/createuser.sh @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/createuser/Attic/createuser.sh,v 1.3 1996/07/27 02:19:06 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/bin/createuser/Attic/createuser.sh,v 1.4 1996/09/21 06:24:19 scrappy Exp $ # # Note - this should NOT be setuid. # @@ -22,7 +22,7 @@ # PGDATA, PGHOST, and PGPORT # # ---------------- -[ -z "$PGPORT" ] && PGPORT=5432 +[ -z "$PGPORT" ] && PGPORT=_fUnKy_POSTPORT_sTuFf_ [ -z "$PGHOST" ] && PGHOST=localhost BINDIR=_fUnKy_BINDIR_sTuFf_ PATH=$BINDIR:$PATH |