]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.spec
- small fixes
[packages/postgresql.git] / postgresql.spec
index 254058905dfd21e4f2feb60ff522fe164852c039..ffcb9a109bbc78e4ffe718be2dfb462dcdaafafe 100644 (file)
@@ -417,7 +417,7 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
 /sbin/chkconfig --add postgresql
 
 # Create sample database
-if [ ! -f /var/state/psql/PG_VERSION ]; then
+if [ ! -f /var/state/pgsql/PG_VERSION ]; then
        su postgres -c "LD_LIBRARY_PATH=%{_libdir} \
                %{_bindir}/initdb --pgdata=/var/state/pgsql \
                --pglib=%{_libdir}/pgsql"
@@ -476,7 +476,7 @@ rm -f /tmp/tmp_perl_info
 %doc doc/*.ps.gz
 
 %attr(754,root,root) /etc/rc.d/init.d/*
-%attr(640,root,root) /etc/sysconfig/*
+%attr(644,root,root) /etc/sysconfig/*
 
 %attr(755,root,root) %{_bindir}/cleardbdir
 %attr(755,root,root) %{_bindir}/createdb
This page took 0.098402 seconds and 4 git commands to generate.