2013-06-26 Ramon Novoa <rnovoa@artica.es>
* pandora_server.redhat.spec, pandora_server.spec: Fixed directory permissions. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8414 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b6d9a31ce0
commit
1d043d4acf
|
@ -1,3 +1,8 @@
|
|||
2013-06-26 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.redhat.spec,
|
||||
pandora_server.spec: Fixed directory permissions.
|
||||
|
||||
2013-06-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/ReconServer.pm: Merged from 4.0 branch. Fixed a call
|
||||
|
|
|
@ -163,7 +163,7 @@ exit 0
|
|||
%defattr(600,root,root)
|
||||
/etc/pandora/pandora_server.conf.new
|
||||
|
||||
%defattr(770,pandora,apache)
|
||||
%defattr(-,pandora,apache,770)
|
||||
%{_localstatedir}/spool/pandora
|
||||
%{_localstatedir}/spool/pandora/data_in
|
||||
%{_localstatedir}/spool/pandora/data_in/md5
|
||||
|
|
|
@ -164,12 +164,12 @@ rm -Rf /usr/share/man/man1/tentacle_server.1.gz
|
|||
/usr/bin/pandora_server
|
||||
/usr/bin/tentacle_server
|
||||
|
||||
%defattr(755,pandora,root)
|
||||
%defattr(755,pandora,root,755)
|
||||
/usr/lib/perl5/PandoraFMS/
|
||||
%{prefix}/pandora_server
|
||||
/var/log/pandora
|
||||
|
||||
%defattr(770,pandora,www)
|
||||
%defattr(-,pandora,www,770)
|
||||
/var/spool/pandora
|
||||
/var/spool/pandora/data_in
|
||||
/var/spool/pandora/data_in/md5
|
||||
|
@ -177,7 +177,7 @@ rm -Rf /usr/share/man/man1/tentacle_server.1.gz
|
|||
/var/spool/pandora/data_in/netflow
|
||||
/var/spool/pandora/data_in/conf
|
||||
|
||||
%defattr(750,pandora,root)
|
||||
%defattr(-,pandora,root,750)
|
||||
/etc/pandora
|
||||
|
||||
%defattr(644,pandora,root)
|
||||
|
|
Loading…
Reference in New Issue