Blame 0001-Move-the-NetworkManager-dispatcher-script-out-of-etc.patch

fc9f9bc
From 664b65d293c948a725b9e215c13505539250ce10 Mon Sep 17 00:00:00 2001
fc9f9bc
From: Lubomir Rintel <lkundrak@v3.sk>
fc9f9bc
Date: Thu, 22 Aug 2019 17:37:56 +0200
fc9f9bc
Subject: [PATCH] Move the NetworkManager dispatcher script out of /etc
fc9f9bc
fc9f9bc
It's not user configuration and shouldn't ever have been there. Except for that
fc9f9bc
it used to be the only location NetworkManager looked into. With NetworkManager
fc9f9bc
1.20 that is no longer the case and the dispatcher scripts can be moved to
fc9f9bc
/usr/lib.
fc9f9bc
---
fc9f9bc
 Makefile | 2 +-
fc9f9bc
 1 file changed, 1 insertion(+), 1 deletion(-)
fc9f9bc
fc9f9bc
diff --git a/Makefile b/Makefile
fc9f9bc
index b540bbe..625ccc7 100644
fc9f9bc
--- a/Makefile
fc9f9bc
+++ b/Makefile
fc9f9bc
@@ -6,7 +6,7 @@ TLP_BIN    ?= /usr/bin
fc9f9bc
 TLP_TLIB   ?= /usr/share/tlp
fc9f9bc
 TLP_FLIB   ?= /usr/share/tlp/func.d
fc9f9bc
 TLP_ULIB   ?= /lib/udev
fc9f9bc
-TLP_NMDSP  ?= /etc/NetworkManager/dispatcher.d
fc9f9bc
+TLP_NMDSP  ?= /usr/lib/NetworkManager/dispatcher.d
fc9f9bc
 TLP_CONF   ?= /etc/default/tlp
fc9f9bc
 TLP_SYSD   ?= /lib/systemd/system
fc9f9bc
 TLP_SYSV   ?= /etc/init.d
fc9f9bc
-- 
fc9f9bc
2.23.0
fc9f9bc