Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (07d5becd2ff8d2c4adb454b610dd6f7a5b238e8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (07d5becd2ff8d2c4adb454b610dd6f7a5b238e8b)
  • Date: Wed, 18 Jun 2008 21:11:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

database/postgresql/FINAL | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 07d5becd2ff8d2c4adb454b610dd6f7a5b238e8b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

postgresql: woops

diff --git a/database/postgresql/FINAL b/database/postgresql/FINAL
index 63c0a52..e59ab44 100755
--- a/database/postgresql/FINAL
+++ b/database/postgresql/FINAL
@@ -1,4 +1,4 @@
-if [[ ! -e /var/lib/postgres/postresql.conf ]]; then
+if [[ ! -e /var/lib/postgres/data/postresql.conf ]]; then
message "${MESSAGE_COLOR}"
message "You need to run initdb and edit postgresql.conf manually."
message "The PGDATA directory defaults to /var/lib/postgres/data."



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (07d5becd2ff8d2c4adb454b610dd6f7a5b238e8b), Vlad Glagolev, 06/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page