diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 0daab02dbc..66e9df45aa 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2010-01-07 Juan Manuel Ramon + + * 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 * util/pandora_xml_stress.pl: There is no reason why proc modules diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index af8b1621e5..818e26341e 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -213,7 +213,7 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client" then chown -R pandora:www-data $PANDORA_SPOOL else - id -g www 2> /dev/null + id -g wwwrun 2> /dev/null if [ $? -eq 0 ] then chown -R pandora:www $PANDORA_SPOOL