Bug#769499: syslog-ng-core fails to enable systemd service unit

2014-11-13 Thread Sam Hartman
package: syslog-ng-core severity: important version:3.3.5-4 justification: does not enable systemd unit. syslog-ng-core's postinst does not enable its syslog unit. I'm guessing that including systemd in the dh sequence is not quite doing enough to actually turn it on. Unfortunately dh-systemd i

Bug#769499: syslog-ng-core fails to enable systemd service unit

2014-11-14 Thread Simon McVittie
On 14/11/14 03:50, Sam Hartman wrote: > # Automatically added by dh_installinit > if [ -x "/etc/init.d/syslog-ng" ]; then > update-rc.d syslog-ng defaults 10 90 >/dev/null || exit $? > fi > # End automatically added section That should be enough to enable "syslog-ng.service", because Debian'

Bug#769499: syslog-ng-core fails to enable systemd service unit

2014-11-14 Thread Sam Hartman
> "Simon" == Simon McVittie writes: Simon> On 14/11/14 03:50, Sam Hartman wrote: >> # Automatically added by dh_installinit if [ -x >> "/etc/init.d/syslog-ng" ]; then update-rc.d syslog-ng defaults 10 >> 90 >/dev/null || exit $? fi # End automatically added section Simon