aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/dhcp/dhcp_4.3.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/dhcp/dhcp_4.3.bbappend')
-rw-r--r--recipes-connectivity/dhcp/dhcp_4.3.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/dhcp/dhcp_4.3.bbappend b/recipes-connectivity/dhcp/dhcp_4.3.bbappend
index f5fb44ad..a23f7c90 100644
--- a/recipes-connectivity/dhcp/dhcp_4.3.bbappend
+++ b/recipes-connectivity/dhcp/dhcp_4.3.bbappend
@@ -7,7 +7,7 @@ do_install_append () {
install -m 0644 ${WORKDIR}/dhclient-exit-hooks ${D}${sysconfdir}/dhcp/dhclient-exit-hooks
sed 's%/etc/dhclient-exit-hooks%/etc/dhcp/dhclient-exit-hooks%g' -i ${D}${base_sbindir}/dhclient-script
- sed 's%request .*%\noption classless-static-routes code 121 = array of unsigned integer 8;\n\nrequest &%g' -i ${D}${sysconfdir}/dhcp/dhclient.conf
+ sed 's%request .*%\noption classless-static-routes code 121 = array of unsigned integer 8;\n\n&%g' -i ${D}${sysconfdir}/dhcp/dhclient.conf
sed 's%netbios-name-servers,.*netbios-scope;%netbios-name-servers, netbios-scope, classless-static-routes;\n%g' -i ${D}${sysconfdir}/dhcp/dhclient.conf
}