diff options
Diffstat (limited to 'source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch')
-rw-r--r-- | source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch b/source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch index 464d54bd..061d5c0f 100644 --- a/source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch +++ b/source/n/dhcpcd/patches/dhcpcd.conf-Don-t-invoke-wpa_supplicant-by-default.patch @@ -1,26 +1,11 @@ -From d968ff96e1e4354c591e49fe79b4f4ce0e553f61 Mon Sep 17 00:00:00 2001 -From: Robby Workman <rworkman@slackware.com> -Date: Sun, 11 Aug 2013 23:12:57 -0500 -Subject: [PATCH 2/2] dhcpcd.conf: Don't invoke wpa_supplicant by default - -Slackware's network init script (rc.inet1) and/or -NetworkManager itself handles this just fine. ---- - dhcpcd.conf | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/dhcpcd.conf b/dhcpcd.conf -index 349c6f2..30aacca 100644 ---- a/dhcpcd.conf -+++ b/dhcpcd.conf -@@ -30,3 +30,7 @@ require dhcp_server_identifier - # A hook script is provided to lookup the hostname if not set by the DHCP - # server, but it should not be run by default. - nohook lookup-hostname +diff -Nur dhcpcd-7.0.0.orig/src/dhcpcd.conf dhcpcd-7.0.0/src/dhcpcd.conf +--- dhcpcd-7.0.0.orig/src/dhcpcd.conf 2018-01-01 05:17:56.000000000 -0600 ++++ dhcpcd-7.0.0/src/dhcpcd.conf 2018-01-02 04:15:43.026058268 -0600 +@@ -39,3 +39,7 @@ + #slaac hwaddr + # OR generate Stable Private IPv6 Addresses based from the DUID + slaac private + +# We run wpa_supplicant from rc.inet1 and/or NM handles it on its own +nohook wpa_supplicant + --- -1.8.3.2 - |