~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/launchpad-database-setup

  • Committer: William Grant
  • Date: 2011-09-06 00:35:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13876.
  • Revision ID: william.grant@canonical.com-20110906003516-d7yzfiv8s7yt2ma4
Fix launchpad-database-setup to trust IPv6 loopback too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
73
74
 
74
75
 
75
76