From b9c03ff77ccef267930009e43114390af4c0bd38 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Wed, 22 Sep 2021 00:59:19 -0500 Subject: [PATCH] Fix small issue with dh_missing for network-manager for nabia --- helpers/make-network-manager | 3 --- 1 file changed, 3 deletions(-) diff --git a/helpers/make-network-manager b/helpers/make-network-manager index b75ccc38a..01e317cb2 100644 --- a/helpers/make-network-manager +++ b/helpers/make-network-manager @@ -30,9 +30,6 @@ sed '/send fqdn/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i sed '/HOSTNAME4_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/dhcp/nm-dhcp-dhclient-utils.c sed '/FQDN_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/dhcp/nm-dhcp-dhclient-utils.c -# This breaks builds -rm debian/network-manager.examples - changelog "Do not send hostname on dhcp, plus other features" compile -- GitLab