From 7509f94fc4b1958437849148f03cd6782dfe0493 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 8 Apr 2019 17:05:27 +0100 Subject: [PATCH] Debian startup fix. --- debian/changelog | 3 ++- debian/default | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c2bec7..9887336 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,8 @@ dnsmasq (2.81-1) unstable; urgency=low * Fix nodocs/nodoc confusion in rules. (closes: #922758) * Add Vcs-* fields to control. (closes: #922422) * Add systemd support for multiple daemon instances. (closes: #914305) - + * Add note explaining that ENABLED is SYSV-init only. (closes: #914755) + -- Simon Kelley Fri, 1 Mar 2019 17:19:25 +0000 dnsmasq (2.80-1) unstable; urgency=low diff --git a/debian/default b/debian/default index 9ccbd3c..5386693 100644 --- a/debian/default +++ b/debian/default @@ -17,6 +17,8 @@ #DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt" # Whether or not to run the dnsmasq daemon; set to 0 to disable. +# Note that this is only valid when using SYSV init. For systemd, +# use "systemctl disable dnsmasq" ENABLED=1 # By default search this drop directory for configuration options.