diff options
Diffstat (limited to 'src/bin/createuser/createuser.sh')
-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 |