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.
On Thu, Jan 9, 2014 at 1:37 AM, Seth Arnold <email address hidden> wrote: d/pollen" ] || [ -e "/etc/init/ pollen. conf" ]; then pollen. conf" ]; then
> - is dh_installinit functioning correctly? both pollinate and pollen
> postinst have sections like the following:
>
> [...]
> # Automatically added by dh_installinit
> if [ -x "/etc/init.
> if [ ! -e "/etc/init/
> 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