blob: 463cad392ce62e250d1ab201dfeb70a422cedfda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -Naru postgresql-7.4.2/src/bin/initdb/initdb.sh postgresql-7.4.2.new/src/bin/initdb/initdb.sh
--- postgresql-7.4.2/src/bin/initdb/initdb.sh 2003-10-13 22:06:44.000000000 +0100
+++ postgresql-7.4.2.new/src/bin/initdb/initdb.sh 2003-12-25 01:08:12.000000000 +0000
@@ -1145,11 +1145,7 @@
echo
echo "Success. You can now start the database server using:"
echo ""
-echo " $PGPATH/postmaster -D $PGDATA"
-echo "or"
-# (Advertise -l option here, otherwise we have a background
-# process writing to the terminal.)
-echo " $PGPATH/pg_ctl -D $PGDATA -l logfile start"
+echo " /etc/init.d/postgresql start"
echo
exit 0
|