Changeset 744 in ProjectBuilder for projects/fossology


Ignore:
Timestamp:
Mar 26, 2009, 9:14:46 PM (15 years ago)
Author:
Bruno Cornec
Message:

attempt to fix postgresql connections issue with help of Channing Benson chanthing_at_gmail.com

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec

    r700 r744  
    186186# IPv4 local connections:
    187187host    all         all         127.0.0.1/32          md5
     188host    all         all         127.0.0.1/32          md5
     189# IPv6 local connections:
     190host    all         all         ::1/128               ident sameuser
     191
    188192EOF
     193perl -pi -e 's|(host\s+all\s+all\s+127.0.0.1/32\s+ident\s+sameuser)|#$1|' /var/lib/pgsql/data/pg_hba.conf
     194
    189195# reload doesn't seem to work here :-(
    190196/etc/init.d/postgresql restart
     197# To avaoid fossology setup to fail, leave it time to start
     198sleep 2
    191199
    192200# Adjust PHP config (described in detail in section 2.1.5)
Note: See TracChangeset for help on using the changeset viewer.