Oh, my mistake.
I had an old /etc/default/varnish Version from lucid without START="Yes".
By checking the Startscript, i thought the Problem was also in
/etc/init.d/varnish.
** Changed in: varnish (Debian)
Status: New => Invalid
** Changed in: varnish (Ubuntu)
Status: New => Inval
":-", in combination with "set -u" in shell scripts, used to allow some
variables to be empty. That it looks like a smiley is just an added
bonus.
Example:
$ set -u
$ echo ${START}
bash: START: unbound variable
$ echo ${START:-}
$
--
You received this bug notification because you
** Also affects: varnish (Debian)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789998
Title:
Varnish startscript broken in natty
--
ubuntu-bugs mailing
** Patch added: "varnish.patch"
https://bugs.launchpad.net/bugs/789998/+attachment/2147123/+files/varnish.patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789998
Title:
Varnish startscript br