diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-03 02:27:21 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-03 02:27:21 +0000 |
commit | 6c0670feb6105544638330a32e6f10c21a9ac0be (patch) | |
tree | 8ca9537d9d4cecfc103c45c7294cb2998f8f7ce4 /dev-db/postgresql/files | |
parent | Version bump (#79348). Fixes XML_RPC vulnerability (#97399). (diff) | |
download | historical-6c0670feb6105544638330a32e6f10c21a9ac0be.tar.gz historical-6c0670feb6105544638330a32e6f10c21a9ac0be.tar.bz2 historical-6c0670feb6105544638330a32e6f10c21a9ac0be.zip |
Removed unnecessary patch.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r-- | dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch | 16 |
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 |