summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/postgresql-7.4.7-gentoo.patch')
-rw-r--r--dev-db/postgresql/files/postgresql-7.4.7-gentoo.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/postgresql/files/postgresql-7.4.7-gentoo.patch b/dev-db/postgresql/files/postgresql-7.4.7-gentoo.patch
deleted file mode 100644
index 0a5772a6ac9d..000000000000
--- a/dev-db/postgresql/files/postgresql-7.4.7-gentoo.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naru postgresql-7.4.7.org/configure postgresql-7.4.7/configure
---- postgresql-7.4.7.org/configure 2004-08-18 04:11:24.000000000 +0100
-+++ postgresql-7.4.7/configure 2004-09-15 20:28:46.933631781 +0100
-@@ -6003,7 +6003,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- pgac_cv_check_readline=no
--for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
-+for pgac_lib in "" " -lncurses" " -lcurses" ; do
- for pgac_rllib in -lreadline -ledit ; do
- pgac_save_LIBS=$LIBS
- LIBS="${pgac_rllib}${pgac_lib} $LIBS"
-diff -Naru postgresql-7.4.7.org/src/bin/initdb/initdb.sh postgresql-7.4.7/src/bin/initdb/initdb.sh
---- postgresql-7.4.7.org/src/bin/initdb/initdb.sh 2004-05-05 17:09:56.000000000 +0100
-+++ postgresql-7.4.7/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