From 7daeace1241d5dc60c385ae53aa5596bcc82f5cb Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 20 May 2010 15:01:48 +0000 Subject: [PATCH] 2010-05-20 Miguel de Dios * 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 --- pandora_server/ChangeLog | 4 ++++ pandora_server/DEBIAN/postinst | 1 + 2 files changed, 5 insertions(+) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3045053b91..01d76045b9 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-05-20 Miguel de Dios + + * DEBIAN/postinst: fixed the linking the conf file. + 2010-05-20 Ramon Novoa * pandora_server.spec: Removed unneeded symlinks. diff --git a/pandora_server/DEBIAN/postinst b/pandora_server/DEBIAN/postinst index 24cfcd84ac..21db13c5ef 100755 --- a/pandora_server/DEBIAN/postinst +++ b/pandora_server/DEBIAN/postinst @@ -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"