summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2004-09-02 08:38:21 +0000
committerMasatomo Nakano <nakano@gentoo.org>2004-09-02 08:38:21 +0000
commit820594f22b72ac2e186ef9605372e052ad7c75a8 (patch)
tree12628c53665fccf478c59c0e31dcaceeb1559676 /dev-db/postgresql/files
parentInitial import. (diff)
downloadgentoo-2-820594f22b72ac2e186ef9605372e052ad7c75a8.tar.gz
gentoo-2-820594f22b72ac2e186ef9605372e052ad7c75a8.tar.bz2
gentoo-2-820594f22b72ac2e186ef9605372e052ad7c75a8.zip
Version bump
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r--dev-db/postgresql/files/digest-postgresql-8.0.0_beta23
-rw-r--r--dev-db/postgresql/files/postgresql-8.0.0_beta2-gentoo.patch16
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/digest-postgresql-8.0.0_beta2 b/dev-db/postgresql/files/digest-postgresql-8.0.0_beta2
new file mode 100644
index 000000000000..fcc96780886a
--- /dev/null
+++ b/dev-db/postgresql/files/digest-postgresql-8.0.0_beta2
@@ -0,0 +1,3 @@
+MD5 a0235a0119377ad58990b4398c1fcb42 postgresql-base-8.0.0beta2.tar.bz2 7326585
+MD5 f2a5a72d0519c6d47558ad45e8f97574 postgresql-opt-8.0.0beta2.tar.bz2 130765
+MD5 c5f237ef2f5b3acf82e7a55b1b46798c postgresql-docs-8.0.0beta2.tar.bz2 2248195
diff --git a/dev-db/postgresql/files/postgresql-8.0.0_beta2-gentoo.patch b/dev-db/postgresql/files/postgresql-8.0.0_beta2-gentoo.patch
new file mode 100644
index 000000000000..fafe3f9ab57a
--- /dev/null
+++ b/dev-db/postgresql/files/postgresql-8.0.0_beta2-gentoo.patch
@@ -0,0 +1,16 @@
+diff -Naru postgresql-8.0.0beta2.org/src/bin/initdb/initdb.c postgresql-8.0.0beta2/src/bin/initdb/initdb.c
+--- postgresql-8.0.0beta2.org/src/bin/initdb/initdb.c 2004-08-29 06:06:52.000000000 +0100
++++ postgresql-8.0.0beta2/src/bin/initdb/initdb.c 2004-09-02 09:18:00.634625577 +0100
+@@ -2499,11 +2499,7 @@
+ fprintf(stderr, authwarning);
+
+ printf(_("\nSuccess. You can now start the database server using:\n\n"
+- " %s%s%s/postmaster -D %s%s%s\n"
+- "or\n"
+- " %s%s%s/pg_ctl -D %s%s%s -l logfile start\n\n"),
+- QUOTE_PATH, bin_path, QUOTE_PATH, QUOTE_PATH, pg_data, QUOTE_PATH,
+- QUOTE_PATH, bin_path, QUOTE_PATH, QUOTE_PATH, pg_data, QUOTE_PATH);
++ "/etc/init.d/postgresql start\n\n"));
+
+ return 0;
+ }