Debian startup fix.

This commit is contained in:
Simon Kelley
2019-04-08 17:05:27 +01:00
parent 343b7b4ad0
commit 7509f94fc4
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@@ -4,7 +4,8 @@ dnsmasq (2.81-1) unstable; urgency=low
* Fix nodocs/nodoc confusion in rules. (closes: #922758) * Fix nodocs/nodoc confusion in rules. (closes: #922758)
* Add Vcs-* fields to control. (closes: #922422) * Add Vcs-* fields to control. (closes: #922422)
* Add systemd support for multiple daemon instances. (closes: #914305) * Add systemd support for multiple daemon instances. (closes: #914305)
* Add note explaining that ENABLED is SYSV-init only. (closes: #914755)
-- Simon Kelley <simon@thekelleys.org.uk> Fri, 1 Mar 2019 17:19:25 +0000 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 1 Mar 2019 17:19:25 +0000
dnsmasq (2.80-1) unstable; urgency=low dnsmasq (2.80-1) unstable; urgency=low

2
debian/default vendored
View File

@@ -17,6 +17,8 @@
#DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt" #DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.alt"
# Whether or not to run the dnsmasq daemon; set to 0 to disable. # 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 ENABLED=1
# By default search this drop directory for configuration options. # By default search this drop directory for configuration options.