[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 868560a4dbaa7f9a6f84e5579561d722b114f228

Michael DeHaan mdehaan at redhat.com
Wed Jun 6 21:36:24 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  868560a4dbaa7f9a6f84e5579561d722b114f228 (commit)
      from  ff2e1a0bcf33050076449eb1ae69f514680ae99d (commit)

- Log -----------------------------------------------------------------
commit 868560a4dbaa7f9a6f84e5579561d722b114f228
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Wed Jun 6 17:37:29 2007 -0400

    Do auth for virtfactory magic user, leave postgres user alone.
-----------------------------------------------------------------------

Diffstat:
 service/db/vf_create_db |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service/db/vf_create_db b/service/db/vf_create_db
index 1f6bc0f..4b5416c 100755
--- a/service/db/vf_create_db
+++ b/service/db/vf_create_db
@@ -181,12 +181,12 @@ def fix_postgres_auth():
     hba = open(PG_HBA_CONF,"w")
     found = False
     for line in lines:
-        if line.find("md5") != -1 and line.find("local") != -1:
+        if line.find("virtfactory") != -1:
            found = True
         hba.write(line)
         hba.write("\n")
     if not found:
-        hba.write("local   all         all                               md5\n")
+        hba.write("local   all         virtfactory                               md5\n")
     hba.close()
 
     # restart service

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  ff2e1a0bcf33050076449eb1ae69f514680ae99d \
  868560a4dbaa7f9a6f84e5579561d722b114f228




More information about the Et-mgmt-commits-list mailing list