From 91351362c91775f6e5a351cfa3b619e7f3dcce5e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 20 Apr 2018 17:10:16 +0200 Subject: hooks: migrate from dnsmasq to pdns-recursor --- data/live-build-config/hooks/18-enable-disable_services.chroot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index ea31eb1e..fe30c95f 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -21,14 +21,14 @@ systemctl disable ssh /usr/sbin/update-rc.d -f ssh remove systemctl disable openvpn /usr/sbin/update-rc.d -f openvpn remove -systemctl disable dnsmasq -/usr/sbin/update-rc.d -f dnsmasq remove systemctl disable lldpd /usr/sbin/update-rc.d -f lldpd remove systemctl enable ssh-session-cleanup -/usr/sbin/update-rc.d -f conntrackd remove systemctl disable conntrackd -/usr/sbin/update-rc.d -f mdns-repeater remove +/usr/sbin/update-rc.d -f conntrackd remove systemctl disable mdns-repeater -/usr/sbin/update-rc.d -f udp-broadcast-relay remove +/usr/sbin/update-rc.d -f mdns-repeater remove systemctl disable udp-broadcast-relay{1.99} +/usr/sbin/update-rc.d -f udp-broadcast-relay remove +systemctl disable pdns-recursor +/usr/sbin/update-rc.d -f pdns-recursor remove -- cgit v1.2.3