2011-02-21 Sancho lerena <slerena@artica.es>

* DEBIAN/postinst: Fixed bad ownership for /inconming/* subdirs.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3940 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2011-02-21 12:09:27 +00:00
parent d73ecec0b4
commit b7ff54f8b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-21 Sancho lerena <slerena@artica.es>
* DEBIAN/postinst: Fixed bad ownership for /inconming/* subdirs.
2011-02-18 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Verify that there is a data server running

View File

@ -66,7 +66,7 @@ chown -R pandora:root /home/pandora
chmod 755 /usr/bin/tentacle_server
echo "Giving proper permission to /var/spool/pandora"
chown -R pandora /var/spool/pandora/
chown -R pandora:www-data /var/spool/pandora/
echo "Creating setup directory in /etc/pandora"
mkdir /etc/pandora 2> /dev/null