Explorar o código

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

Ralf S. Engelschall %!s(int64=23) %!d(string=hai) anos
pai
achega
5676f2db19
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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