From 69c13f4b953f9ca94237553a5e762400319d5e37 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Fri, 7 Jan 2011 12:22:45 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3727 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/pandora_server_installer | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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