Am 03.06.2016 um 13:35 schrieb Michael Biebl:
> #!/bin/sh
> # kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and 
> sourcing.
> if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
>     . /lib/lsb/init-functions
>     set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
> fi

A side-effect of this particular change would be that this also fixes
#826214

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to