diff options
| author | Bruce Momjian | 2000-02-16 21:26:00 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-02-16 21:26:00 +0000 |
| commit | a52692213c201ba97730defe6e8230de43f7b3a2 (patch) | |
| tree | cc56f43c034320eb0c3156e2558fc6e91ca9d013 /src/bin/initdb | |
| parent | bf566b202ec879d54e411627fb96d5e620d3c246 (diff) | |
README not needed anymore.
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/Makefile | 4 | ||||
| -rw-r--r-- | src/bin/initdb/initdb.sh | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index f9249f12dbf..f2c81a9cc91 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.16 2000/01/15 18:30:31 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.17 2000/02/16 21:25:59 momjian Exp $ # #------------------------------------------------------------------------- @@ -20,7 +20,7 @@ initdb: initdb.sh sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/g' < initdb.sh > initdb install: initdb - $(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR) + $(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)/$+ clean: rm -f initdb diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index d0ce140f811..d21b571cb49 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -26,7 +26,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.85 2000/02/09 00:21:49 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.86 2000/02/16 21:25:59 momjian Exp $ # #------------------------------------------------------------------------- @@ -605,10 +605,9 @@ echo "VACUUM ANALYZE" \ | "$PGPATH"/postgres $PGSQL_OPT template1 > /dev/null || exit_nicely echo -echo "$CMDNAME completed successfully. You can now start the database server." -echo " $PGPATH/postmaster -D $PGDATA" -echo "or" -echo " $PGPATH/pg_ctl -D $PGDATA start" +echo "Success. You can now start the database server using" +echo "$PGPATH/postmaster -D $PGDATA or" +echo "$PGPATH/pg_ctl -D $PGDATA start" echo exit 0 |
