[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp.
From: |
Clément Lassieur |
Subject: |
Re: [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp. |
Date: |
Thu, 16 Mar 2017 17:38:49 +0100 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
> * 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 28440297e..bb9dbcb3d 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -3494,7 +3494,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")))))
LGTM!
- [PATCH 0/5] Add tlp service., Mathieu Othacehe, 2017/03/15
- [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp., Mathieu Othacehe, 2017/03/15
- Re: [PATCH 1/5] gnu: tlp: Read configuration from /etc/tlp.,
Clément Lassieur <=
- [PATCH 2/5] services: Factorize define-maybe macro., Mathieu Othacehe, 2017/03/15
- [PATCH 5/5] services: Fix a typo which was corrected in generated doc., Mathieu Othacehe, 2017/03/15
- [PATCH 4/5] doc: Re-generate openvpn service documentation., Mathieu Othacehe, 2017/03/15
- [PATCH 3/5] gnu: Add tlp service., Mathieu Othacehe, 2017/03/15