From 3792a1b85a6e4ede904f87fea6e9f9612a64a6ac Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Nov 2010 10:51:59 +0100 Subject: [PATCH] lcdproc: fix comments in configfiles, thanks to ilya Signed-off-by: Stephan Raue --- packages/sysutils/lcdproc/config/lcd.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/sysutils/lcdproc/config/lcd.conf b/packages/sysutils/lcdproc/config/lcd.conf index 6259b17772..b12ad5d6e9 100644 --- a/packages/sysutils/lcdproc/config/lcd.conf +++ b/packages/sysutils/lcdproc/config/lcd.conf @@ -1,7 +1,10 @@ -# Setup LCD/VFD driver ( none / irtrans ) -# -# none: no LCD/VFD hardware is installed -# -# irtrans: use irtrans as LCD/VFD driver +# lcd.conf + +# This configuration file allows you to enable a LCD/VFD driver + +# Valid options are "none" / "irtrans" + +# none: No LCD/VFD hardware is installed (default) +# irtrans: Use irtrans as LCD/VFD driver LCD_DRIVER="none"