File tree Expand file tree Collapse file tree 3 files changed +6
-80
lines changed Expand file tree Collapse file tree 3 files changed +6
-80
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -20,7 +20,7 @@ initdb: initdb.sh
20
20
sed -e ' s/__MULTIBYTE__/$(MULTIBYTE)/g' < initdb.sh > initdb
21
21
22
22
install : initdb
23
- $(INSTALL ) $(INSTL_EXE_OPTS ) $+ $(BINDIR )
23
+ $(INSTALL ) $(INSTL_EXE_OPTS ) $+ $(BINDIR ) / $+
24
24
25
25
clean :
26
26
rm -f initdb
Original file line number Diff line number Diff line change 26
26
#
27
27
#
28
28
# 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 $
30
30
#
31
31
# -------------------------------------------------------------------------
32
32
@@ -605,10 +605,9 @@ echo "VACUUM ANALYZE" \
605
605
| " $PGPATH " /postgres $PGSQL_OPT template1 > /dev/null || exit_nicely
606
606
607
607
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"
612
611
echo
613
612
614
613
exit 0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments