diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:09:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:09:23 +0000 |
commit | 8e21b4e2b7fe9d38985cc9fab266808083aa4158 (patch) | |
tree | ed1c366897dca5024c13401c82c213db68b65561 /main/postgresql-bdr/initdb.patch | |
parent | 367baf47c1effeb4fc05dd231d4b427da9f3f14d (diff) | |
download | aports-8e21b4e2b7fe9d38985cc9fab266808083aa4158.tar.bz2 aports-8e21b4e2b7fe9d38985cc9fab266808083aa4158.tar.xz |
main/postgresql-bdr*: move from testing
the conflict should be resolved now
Diffstat (limited to 'main/postgresql-bdr/initdb.patch')
-rw-r--r-- | main/postgresql-bdr/initdb.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/postgresql-bdr/initdb.patch b/main/postgresql-bdr/initdb.patch new file mode 100644 index 0000000000..e919d9fc1b --- /dev/null +++ b/main/postgresql-bdr/initdb.patch @@ -0,0 +1,18 @@ +--- ./src/bin/initdb/initdb.c.orig 2013-09-09 14:38:21.712409752 +0000 ++++ ./src/bin/initdb/initdb.c 2013-09-09 14:40:19.453755379 +0000 +@@ -3652,14 +3652,6 @@ + strlcpy(bin_dir, argv[0], sizeof(bin_dir)); + get_parent_directory(bin_dir); + +- printf(_("\nSuccess. You can now start the database server using:\n\n" +- " %s%s%spostgres%s -D %s%s%s\n" +- "or\n" +- " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n\n"), +- QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, +- QUOTE_PATH, pgdata_native, QUOTE_PATH, +- QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, +- QUOTE_PATH, pgdata_native, QUOTE_PATH); +- ++ printf(_("\nSuccess.\n\n")); + return 0; + } |