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:
parent
0aefc4a6fc
commit
69c13f4b95
|
@ -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>
|
||||
|
||||
* util/pandora_xml_stress.pl: There is no reason why proc modules
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue