mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
5da59ac12a
commit
3c34f42725
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user