On Tue, Sep 01, 2009 at 06:41:29PM +0200, Jérémy Lal wrote:
> just replace line 83 of postinst :
> if [ -x `which apache2ctl` -a -z "$2" ]; then
> by
> if [ -x "`which apache2ctl`" -a -z "$2" ]; then
Yes, looks right. I think have filed that in a rush before I forgot
about it whilst doing somethin
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
2 matches
Mail list logo