From 02d1734947cb9cb340bb84d74fa459c88a4019a8 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Sun, 17 Feb 2013 11:38:19 +0200 Subject: [PATCH] removed LD_PRELOAD from instructions, use gliar script --- examples/asuseee.conf | 2 +- examples/lenovo.conf | 2 +- gliar.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/asuseee.conf b/examples/asuseee.conf index 9c71a71..8dce28b 100644 --- a/examples/asuseee.conf +++ b/examples/asuseee.conf @@ -5,7 +5,7 @@ # Instructions: # Copy this file to ~/.gliar.conf or to gliar.conf in the # libgliar directory. Then run: -# LD_PRELOAD=./libgliar.so +# gliar # [vendor] diff --git a/examples/lenovo.conf b/examples/lenovo.conf index 8988275..30bea34 100644 --- a/examples/lenovo.conf +++ b/examples/lenovo.conf @@ -5,7 +5,7 @@ # Instructions: # Copy this file to ~/.gliar.conf or to gliar.conf in the # libgliar directory. Then run: -# LD_PRELOAD=./libgliar.so +# gliar # [vendor] diff --git a/gliar.conf b/gliar.conf index e37a289..c6d3dfb 100644 --- a/gliar.conf +++ b/gliar.conf @@ -5,7 +5,7 @@ # Instructions: # Copy this file to ~/.gliar.conf or to gliar.conf in the # libgliar directory. Then run: -# LD_PRELOAD=./libgliar.so +# gliar # [vendor] -- 1.7.10.4