1Fix the default LCDd configuration file, so that the DriverPath 2is set to the correct lcdproc library install path, rather than 3the dummy/default path. 4 5Signed-off-by: Simon Dawson <spdawson at gmail.com> 6--- 7 8--- lcdproc-0.5.3/LCDd.conf.orig 2009-06-20 14:48:34.000000000 +0100 9+++ lcdproc-0.5.3/LCDd.conf 2010-05-11 10:02:21.000000000 +0100 10@@ -34,7 +34,7 @@ 11 # the driver modules and will thus not be able to 12 # function properly. 13 # NOTE: Always place a slash as last character ! 14-DriverPath=server/drivers/ 15+DriverPath=/usr/lib/lcdproc/ 16 17 # Tells the server to load the given drivers. Multiple lines can be given. 18 # The name of the driver is case sensitive and determines the section 19