[lvm-devel] [PATCH 01/11] debian: fix library search path in example.conf

Fabio M. Di Nitto fdinitto at redhat.com
Thu Oct 8 11:54:54 UTC 2009


this patch is debian specific and sets the library search path
to /lib/lvm2 to avoid cluttering /lib

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
:100644 100644 1067665... 46c4dba... M	doc/example.conf
 doc/example.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/example.conf b/doc/example.conf
index 1067665..46c4dba 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -312,7 +312,7 @@ global {
     # Full pathnames can be given.
 
     # Search this directory first for shared libraries.
-    #   library_dir = "/lib"
+    #   library_dir = "/lib/lvm2"
 
     # The external locking library to load if locking_type is set to 2.
     #   locking_library = "liblvm2clusterlock.so"
-- 
1.5.4.3




More information about the lvm-devel mailing list