]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- file owners fixed (semi-automatically)
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 9 Dec 2000 17:55:14 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (no special user (like http/news) should own his home directory nor
  files it doesn't create)

Changed files:
    postgresql.spec -> 1.77

postgresql.spec

index 5cd79b9d421a04c1884a8b8a4f2d91ef3df6bb88..ea44f635c467842df49294095f884ea9503265c2 100644 (file)
@@ -703,7 +703,7 @@ rm -f /tmp/tmp_perl_info
 %{_libdir}/pgsql/*.sample
 %{_libdir}/pgsql/*.description
 
-%attr(750,postgres,postgres) %dir /var/lib/pgsql
+%attr(770,root,postgres) %dir /var/lib/pgsql
 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 size mtime) /var/log/pgsql
 
 %{_mandir}/man1/createdb.1*
This page took 0.030202 seconds and 4 git commands to generate.