summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch')
-rw-r--r--dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch b/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch
index 30c1a94ae9b0..91f26af4a4ed 100644
--- a/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch
+++ b/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch
@@ -10,22 +10,6 @@ diff -Naru postgresql-7.4.8.org/configure postgresql-7.4.8/configure
for pgac_rllib in -lreadline -ledit ; do
pgac_save_LIBS=$LIBS
LIBS="${pgac_rllib}${pgac_lib} $LIBS"
-diff -Naru postgresql-7.4.8.org/src/bin/initdb/initdb.sh postgresql-7.4.8/src/bin/initdb/initdb.sh
---- postgresql-7.4.8.org/src/bin/initdb/initdb.sh 2004-05-05 17:09:56.000000000 +0100
-+++ postgresql-7.4.8/src/bin/initdb/initdb.sh 2004-09-15 20:28:35.507026977 +0100
-@@ -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
diff -Naru postgresql-7.4.8.org/src/interfaces/Makefile postgresql-7.4.8/src/interfaces/Makefile
--- postgresql-7.4.8.org/src/interfaces/Makefile 2004-04-20 01:33:51.000000000 +0100
+++ postgresql-7.4.8/src/interfaces/Makefile 2005-05-09 21:59:15.000000000 +0100