Comment 1 for bug 275790

Revision history for this message
Charlie_Smotherman (cjsmo) wrote :

Thank you for your bug report. There is this code in ampache.postinst

      if [ ! -f /etc/$webserver/conf.d/ampache ] && [ ! -h /etc/$webserver/conf.d/ampache ]; then
         ln -s /etc/ampache/ampache.conf /etc/$webserver/conf.d/ampache
      fi
this should have made the symlink.

I am downloading Intrepid-Alpha6 image and will be doing a test install to see if I can reproduce this behavior.

Downloaded current version of ampache from the archives with dget -x

pbuilder +B91dpkg-i hooks completed with no errors noted.

Charlie