Skip to content
Snippets Groups Projects
Commit 6ce0f720 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix network-manager helper for aramo release.

parent c112a0d0
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,12 @@ COMPONENT=main ...@@ -23,12 +23,12 @@ COMPONENT=main
. ./config . ./config
# Do not send hostname to dhcp servers by default # Do not send hostname to dhcp servers by default
sed 's/send host-name/#send host-name/' -i src/dhcp/nm-dhcp-dhclient-utils.c src/dhcp/tests/test-dhcp-dhclient.c sed 's/send host-name/#send host-name/' -i src/core/dhcp/nm-dhcp-dhclient-utils.c src/core/dhcp/tests/test-dhcp-dhclient.c
sed 's/send fqdn/#send fqdn/' -i src/dhcp/nm-dhcp-dhclient-utils.c src/dhcp/tests/test-dhcp-dhclient.c sed 's/send fqdn/#send fqdn/' -i src/core/dhcp/nm-dhcp-dhclient-utils.c src/core/dhcp/tests/test-dhcp-dhclient.c
sed '/send host-name/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/dhcp/tests/test-dhcp-dhclient.c sed '/send host-name/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/core/dhcp/tests/test-dhcp-dhclient.c
sed '/send fqdn/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/dhcp/tests/test-dhcp-dhclient.c sed '/send fqdn/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/core/dhcp/tests/test-dhcp-dhclient.c
sed '/HOSTNAME4_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/dhcp/nm-dhcp-dhclient-utils.c sed '/HOSTNAME4_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/core/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 sed '/FQDN_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i src/core/dhcp/nm-dhcp-dhclient-utils.c
changelog "Do not send hostname on dhcp, plus other features" changelog "Do not send hostname on dhcp, plus other features"
compile compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment