From ccb44fd52f76bca3cbd6a89bc9407ada5ab47d65 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Thu, 15 Mar 2012 08:49:42 +0000 Subject: Added lcdproc package [Peter: fix download URL, move to 'Hardware handling' section] Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch (limited to 'package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch') diff --git a/package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch b/package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch new file mode 100644 index 000000000..283ac8867 --- /dev/null +++ b/package/lcdproc/lcdproc-0.5.5-LCDd.conf.patch @@ -0,0 +1,18 @@ +Fix the default LCDd configuration file, so that the DriverPath +is set to the correct lcdproc library install path, rather than +the dummy/default path. + +Signed-off-by: Simon Dawson +--- + +--- lcdproc-0.5.3/LCDd.conf.orig 2009-06-20 14:48:34.000000000 +0100 ++++ lcdproc-0.5.3/LCDd.conf 2010-05-11 10:02:21.000000000 +0100 +@@ -34,7 +34,7 @@ + # the driver modules and will thus not be able to + # function properly. + # NOTE: Always place a slash as last character ! +-DriverPath=server/drivers/ ++DriverPath=/usr/lib/lcdproc/ + + # Tells the server to load the given drivers. Multiple lines can be given. + # The name of the driver is case sensitive and determines the section -- cgit v1.2.3