summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/postgresql-7.4.3-gentoo.patch')
-rw-r--r--dev-db/postgresql/files/postgresql-7.4.3-gentoo.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/postgresql-7.4.3-gentoo.patch b/dev-db/postgresql/files/postgresql-7.4.3-gentoo.patch
new file mode 100644
index 000000000000..584100e72b4d
--- /dev/null
+++ b/dev-db/postgresql/files/postgresql-7.4.3-gentoo.patch
@@ -0,0 +1,16 @@
+diff -Naru postgresql-7.4.3/src/bin/initdb/initdb.sh postgresql-7.4.3.new/src/bin/initdb/initdb.sh
+--- postgresql-7.4.3/src/bin/initdb/initdb.sh 2003-10-13 22:06:44.000000000 +0100
++++ postgresql-7.4.3.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