2010-05-20 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/postinst: fixed the linking the conf file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2776 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
87d3077ec4
commit
b42ec53231
|
@ -1,3 +1,7 @@
|
|||
2010-05-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/postinst: fixed the linking the conf file.
|
||||
|
||||
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.spec: Removed unneeded symlinks.
|
||||
|
|
|
@ -68,6 +68,7 @@ chown -R pandora /var/spool/pandora/
|
|||
echo "Creating setup directory in /etc/pandora"
|
||||
mkdir /etc/pandora 2> /dev/null
|
||||
|
||||
ln -s /usr/share/pandora_server/conf/pandora_server.conf /etc/pandora/
|
||||
chmod 770 /etc/pandora/pandora_server.conf
|
||||
|
||||
echo "Linking startup script to /etc/rc2.d"
|
||||
|
|
Loading…
Reference in New Issue