Bug#255950: patch for the problem
Clint Adams
Clint Adams <schizo@debian.org>, 255950@bugs.debian.org
Tue, 29 Jun 2004 19:33:37 -0400
> > kill -s HUP `pidof bonobo-activation-server` 2>/dev/null || true
>
> Thanks for the correction, but why are you changing the severity ? I'm
> changing it back to wishlist, please include a comment if you do such
> changes.
It is not wishlist.
The standard shell interpreter `/bin/sh' can be a symbolic link to any
POSIX compatible shell, if `echo -n' does not generate a newline.[1]
Thus, shell scripts specifying `/bin/sh' as interpreter should only
use POSIX features. If a script requires non-POSIX features from the
shell interpreter, the appropriate shell must be specified in the
first line of the script (e.g., `#!/bin/bash') and the package must
depend on the package providing the shell (unless the shell package is
marked "Essential", as in the case of `bash').