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"