From 6c0670feb6105544638330a32e6f10c21a9ac0be Mon Sep 17 00:00:00 2001 From: Masatomo Nakano Date: Sun, 3 Jul 2005 02:27:21 +0000 Subject: Removed unnecessary patch. Package-Manager: portage-2.0.51.22-r1 --- dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'dev-db/postgresql/files') 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 -- cgit v1.2.3-65-gdbad