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 something else and never went back to fix it. Thanks, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

