Skip to content

Commit a526922

Browse files
committed
README not needed anymore.
1 parent bf566b2 commit a526922

File tree

3 files changed

+6
-80
lines changed

3 files changed

+6
-80
lines changed

src/bin/initdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.16 2000/01/15 18:30:31 petere Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.17 2000/02/16 21:25:59 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -20,7 +20,7 @@ initdb: initdb.sh
2020
sed -e 's/__MULTIBYTE__/$(MULTIBYTE)/g' < initdb.sh > initdb
2121

2222
install: initdb
23-
$(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)
23+
$(INSTALL) $(INSTL_EXE_OPTS) $+ $(BINDIR)/$+
2424

2525
clean:
2626
rm -f initdb

src/bin/initdb/initdb.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.85 2000/02/09 00:21:49 petere Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.86 2000/02/16 21:25:59 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -605,10 +605,9 @@ echo "VACUUM ANALYZE" \
605605
| "$PGPATH"/postgres $PGSQL_OPT template1 > /dev/null || exit_nicely
606606

607607
echo
608-
echo "$CMDNAME completed successfully. You can now start the database server."
609-
echo " $PGPATH/postmaster -D $PGDATA"
610-
echo "or"
611-
echo " $PGPATH/pg_ctl -D $PGDATA start"
608+
echo "Success. You can now start the database server using"
609+
echo "$PGPATH/postmaster -D $PGDATA or"
610+
echo "$PGPATH/pg_ctl -D $PGDATA start"
612611
echo
613612

614613
exit 0

src/bin/pg_dump/README

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)