2010-01-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* pandora_server_installer: Installer applies correct permissions 
	  to /var/spool/pandora directory using pandora_server_installer in Suse. 
	  Fixes bug #3150287.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3727 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-01-07 12:22:45 +00:00
parent 0aefc4a6fc
commit 69c13f4b95
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-01-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandora_server_installer: Installer applies correct permissions
to /var/spool/pandora directory using pandora_server_installer in Suse.
Fixes bug #3150287.
2011-01-07 Sancho Lerena <slerena@artica.es> 2011-01-07 Sancho Lerena <slerena@artica.es>
* util/pandora_xml_stress.pl: There is no reason why proc modules * util/pandora_xml_stress.pl: There is no reason why proc modules

View File

@ -213,7 +213,7 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client"
then then
chown -R pandora:www-data $PANDORA_SPOOL chown -R pandora:www-data $PANDORA_SPOOL
else else
id -g www 2> /dev/null id -g wwwrun 2> /dev/null
if [ $? -eq 0 ] if [ $? -eq 0 ]
then then
chown -R pandora:www $PANDORA_SPOOL chown -R pandora:www $PANDORA_SPOOL