From the submitter's original report: > * mantis/webserver: apache, apache-ssl
From the postinst:
db_get mantis/webserver
webservers=`echo "$RET" | sed -e 's/ *, */ /g'`
for webserver in "$webservers"; do
server=${webserver}
. /usr/share/wwwconfig-common/apache-include_all.sh
# FIXME: Error handling?
done
Quoting "$webservers" causes the shell to treat it as a single word. Don't
do that.
The series of errors in the report show that this error occurs several times
in the postinst (the apache-include_all.sh invocation only accounts for the
first error). Finding them all is left as an exercise for the maintainer.
--
Steve Langasek
postmodern programmer
signature.asc
Description: Digital signature

