Blame SOURCES/0006-avahi-dnsconfd.service-Drop-Also-avahi-daemon.socket.patch

a1aaf5
From 9c3a314856affb288f701d2d3ee23278fc98eaee Mon Sep 17 00:00:00 2001
a1aaf5
From: Steve Langasek <steve.langasek@ubuntu.com>
a1aaf5
Date: Tue, 18 Feb 2020 15:43:19 +0800
a1aaf5
Subject: [PATCH 06/11] avahi-dnsconfd.service: Drop "Also=avahi-daemon.socket"
a1aaf5
a1aaf5
Also=avahi-daemon.socket' means that 'systemctl disable avahi-dnsconfd'
a1aaf5
ill also disable avahi-daemon.socket, which is definitely not what we
a1aaf5
ant, and it also causes debhelper to throw an error. Just drop this
a1aaf5
entry from the configuration.
a1aaf5
---
a1aaf5
 avahi-dnsconfd/avahi-dnsconfd.service.in | 1 -
a1aaf5
 1 file changed, 1 deletion(-)
a1aaf5
a1aaf5
diff --git a/avahi-dnsconfd/avahi-dnsconfd.service.in b/avahi-dnsconfd/avahi-dnsconfd.service.in
a1aaf5
index 95db79f..7c293da 100644
a1aaf5
--- a/avahi-dnsconfd/avahi-dnsconfd.service.in
a1aaf5
+++ b/avahi-dnsconfd/avahi-dnsconfd.service.in
a1aaf5
@@ -26,4 +26,3 @@ ExecStart=@sbindir@/avahi-dnsconfd -s
a1aaf5
 
a1aaf5
 [Install]
a1aaf5
 WantedBy=multi-user.target
a1aaf5
-Also=avahi-daemon.socket
a1aaf5
-- 
a1aaf5
2.25.2
a1aaf5