summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/postgresql-8.0.0-gentoo.patch')
-rw-r--r--dev-db/postgresql/files/postgresql-8.0.0-gentoo.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-db/postgresql/files/postgresql-8.0.0-gentoo.patch b/dev-db/postgresql/files/postgresql-8.0.0-gentoo.patch
deleted file mode 100644
index ea2ae4d5fef2..000000000000
--- a/dev-db/postgresql/files/postgresql-8.0.0-gentoo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naru postgresql-8.0.0.org/src/bin/initdb/initdb.c postgresql-8.0.0/src/bin/initdb/initdb.c
---- postgresql-8.0.0.org/src/bin/initdb/initdb.c 2004-11-29 03:05:03.000000000 +0000
-+++ postgresql-8.0.0/src/bin/initdb/initdb.c 2004-12-04 18:02:43.757485824 +0000
-@@ -2617,13 +2617,7 @@
- get_parent_directory(bin_dir);
-
- printf(_("\nSuccess. You can now start the database server using:\n\n"
-- " %s%s%s%spostmaster -D %s%s%s\n"
-- "or\n"
-- " %s%s%s%spg_ctl -D %s%s%s -l logfile start\n\n"),
-- QUOTE_PATH, bin_dir, QUOTE_PATH, (strlen(bin_dir) > 0) ? DIR_SEP : "",
-- QUOTE_PATH, pg_data_native, QUOTE_PATH,
-- QUOTE_PATH, bin_dir, QUOTE_PATH, (strlen(bin_dir) > 0) ? DIR_SEP : "",
-- QUOTE_PATH, pg_data_native, QUOTE_PATH);
-+ "/etc/init.d/postgresql start\n\n"));
-
- return 0;
- }