[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26137: [PATCH v3 1/6] gnu: tlp: Read configuration from /etc/tlp.
From: |
Mathieu Othacehe |
Subject: |
bug#26137: [PATCH v3 1/6] gnu: tlp: Read configuration from /etc/tlp. |
Date: |
Fri, 24 Mar 2017 11:00:12 +0100 |
* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp".
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 86c222f03..bf16ff0eb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3491,7 +3491,7 @@ Light is the successor of lightscript.")
(setenv "TLP_BIN" (string-append out "/bin"))
(setenv "TLP_TLIB" (string-append out "/share/tlp-pm"))
(setenv "TLP_ULIB" (string-append out "/lib/udev"))
- (setenv "TLP_CONF" (string-append out "/etc/tlp"))
+ (setenv "TLP_CONF" "/etc/tlp")
(setenv "TLP_SHCPL"
(string-append out
"/share/bash-completion/completions"))
(setenv "TLP_MAN" (string-append out "/share/man")))))
--
2.12.0
- bug#26137: [PATCH 0/6 v2] Add tlp service., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 1/6] gnu: tlp: Read configuration from /etc/tlp., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 2/6] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 3/6] services: configuration: Rewrite id procedure., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 5/6] services: openvpn: Fix a typo which was corrected in generated doc., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 6/6] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH 4/6] gnu: Add tlp service., Mathieu Othacehe, 2017/03/17
- bug#26137: [PATCH v3 0/6] Add TLP service., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 1/6] gnu: tlp: Read configuration from /etc/tlp.,
Mathieu Othacehe <=
- bug#26137: [PATCH v3 3/6] services: configuration: Rewrite id procedure., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 2/6] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 5/6] services: openvpn: Fix a typo which was corrected in generated doc., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 6/6] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 4/6] gnu: Add tlp service., Mathieu Othacehe, 2017/03/24
- bug#26137: [PATCH v3 0/6] Add TLP service., Clément Lassieur, 2017/03/24