]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
- attr o+rx for /usr/lib/sa*, attr o-rx for /var/log/sa/
authorradek <radek@pld-linux.org>
Sun, 10 Oct 2004 23:00:24 +0000 (23:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %conf for /etc/cron.d/sysstat
- added -L to default sadc options

Changed files:
    sysstat.spec -> 1.53

sysstat.spec

index f38d0b4bfa51cf4c6e26e50765878619d66b07e7..4bc31fc8e92557351d49ed743f96a00f7593935b 100644 (file)
@@ -103,9 +103,9 @@ fi
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS README *.sample TODO FAQ
 %attr(755,root,root) %{_bindir}/*
-%attr(750,root,root) %{_prefix}/lib/sa*
-%attr(755,root,root) %dir /var/log/sa
-%attr(640,root,root) /etc/cron.d/sysstat
-%attr(754,root,root) /etc/rc.d/init.d/sysstat
+%attr(755,root,root) %{_prefix}/lib/sa*
+%attr(750,root,root) %dir /var/log/sa
+%attr(754,root,root) /etc/rc.d/init.d/*
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/cron.d/*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
 %{_mandir}/man*/*
This page took 0.092964 seconds and 4 git commands to generate.