Merge 2.76-1.2 Debian NMU.

This commit is contained in:
Simon Kelley
2016-07-16 22:06:01 +01:00
parent d6dce53e08
commit 9bb3998da4
4 changed files with 13 additions and 1 deletions

2
debian/init vendored
View File

@@ -33,7 +33,7 @@ fi
# The following test ensures the dnsmasq service is not started, when the
# package 'dnsmasq' is removed but not purged, even if the dnsmasq-base
# package is still in place.
test -d /usr/share/doc/dnsmasq || exit 0
test -e /usr/share/dnsmasq/installed-marker || exit 0
test -x $DAEMON || exit 0