2007-01-20 Manuel Arostegui <marostegui@artica.es>

*  pandora_server/specs/fedoracore5/pandora_server.spec:
           Fixed more nosenses related with symlink



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
marostegui 2007-01-20 09:17:16 +00:00
parent f93df47e6b
commit cb6f1eb123
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-01-20 Manuel Arostegui <marostegui@artica.es>
* pandora_server/specs/fedoracore5/pandora_server.spec:
Fixed more nosenses related with symlink
2007-01-20 Manuel Arostegui <marostegui@artica.es>
* pandora_server/specs/fedoracore5/pandora_server.spec:

View File

@ -82,7 +82,8 @@ if [ "$1" = "0" ]; then
/usr/sbin/groupdel pandora
fi
mkdir -p /etc/pandora
ln -s /usr/share/pandora/conf/pandora_server.conf /etc/pandora/pandora_server.conf
mkdir -p /etc/pandora/conf/
ln -s /usr/share/pandora/conf/pandora_server.conf /etc/pandora/conf/pandora_server.conf
echo "Pandora Server binarys has been placed under /usr/bin/"
echo "Pandora Server configuration is /etc/pandora/conf"