On Thu, Jan 9, 2014 at 1:37 AM, Seth Arnold <[email protected]> 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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246098 Title: MIR: pollinate To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1246098/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
