~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/launchpad-database-setup

Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
sudo patch /etc/postgresql/$pgversion/main/pg_hba.conf <<'EOF'
63
63
--- pg_hba.conf 2005-11-02 17:33:08.000000000 -0800
64
64
+++ /tmp/pg_hba.conf    2005-11-03 07:32:46.932400423 -0800
65
 
@@ -58,7 +58,10 @@
 
65
@@ -58,7 +58,9 @@
66
66
 # on a non-local interface via the listen_addresses configuration parameter,
67
67
 # or via the -i or -h command line switches.
68
68
 #
70
70
+# Launchpad users
71
71
+local   all         all                           trust
72
72
+host    all         all         127.0.0.1/32      trust
73
 
+host    all         all         ::1/128           trust
74
73
 
75
74
 
76
75