Comment 15 for bug 6896

Revision history for this message
In , Clint Adams (clint) wrote : Re: Bug#255950: patch for the problem

> > 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').