Comment 16 for bug 1246098

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 1246098] Re: MIR: pollinate

On Thu, Jan 9, 2014 at 1:37 AM, Seth Arnold <email address hidden> wrote:
> - is dh_installinit functioning correctly? both pollinate and pollen
> postinst have sections like the following:
>
> [...]
> # Automatically added by dh_installinit
> if [ -x "/etc/init.d/pollen" ] || [ -e "/etc/init/pollen.conf" ]; then
> if [ ! -e "/etc/init/pollen.conf" ]; then
> update-rc.d pollen defaults >/dev/null
> fi
> invoke-rc.d pollen start || exit $?
> fi
> # End automatically added section
> # Automatically added by dh_installinit
> update-rc.d -f pollen remove >/dev/null || exit $?
> # End automatically added section

It certainly looks to be operating properly to me. The upstart jobs
are installed, and the daemon is running, etc. This might be an issue
with dh... I don't think there's anything for me to do here.

:-Dustin