Просмотр исходного кода

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

Ralf S. Engelschall 23 лет назад
Родитель
Сommit
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;^$;#;'
           sed -e 's;^\([^#]\);# \1;' -e 's;^$;#;'
           echo ""
           echo ""
           echo "#   OpenPKG PostgreSQL default access policy"
           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 ""
           echo ""
         ) >$RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf
         ) >$RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf
         rm -f $RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf.old
         rm -f $RPM_INSTALL_PREFIX/var/postgresql/db/pg_hba.conf.old