Преглед изворни кода

7.3 changed the syntax: another 'user' field is required

Ralf S. Engelschall пре 23 година
родитељ
комит
5676f2db19
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      postgresql/postgresql.spec

+ 2 - 2
postgresql/postgresql.spec

@@ -253,8 +253,8 @@ AutoReqProv:  no
           sed -e 's;^\([^#]\);# \1;' -e 's;^$;#;'
           echo ""
           echo "#   OpenPKG PostgreSQL default access policy"
-          echo "local all                           md5"
-          echo "host  all 127.0.0.1 255.255.255.255 md5"
+          echo "local all all                           md5"
+          echo "host  all all 127.0.0.1 255.255.255.255 md5"
           echo ""
         ) >$RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf
         rm -f $RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf.old