just replace line 83 of postinst :
if [ -x `which apache2ctl` -a -z "$2" ]; then
by
if [ -x "`which apache2ctl`" -a -z "$2" ]; then

thanks.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to