From c6cc22481b92938cb814b6e9da68ff95456f50fe Mon Sep 17 00:00:00 2001 From: marschap Date: Fri, 29 Sep 2006 10:23:08 +0000 Subject: [PATCH] remove unnecessary LCDclients.conf --- LCDclients.conf | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 LCDclients.conf diff --git a/LCDclients.conf b/LCDclients.conf deleted file mode 100644 index b333208..0000000 --- a/LCDclients.conf +++ /dev/null @@ -1,35 +0,0 @@ -# LCDproc client configuration file - -## Options for lcdexec ## -[lcdexec] -# address of the LCDd server to connect to -Address=localhost - -# Port of the server to connect to -Port=13666 - -# set reporting level -ReportLevel=2 - -# report to to syslog ? -ReportToSyslog=false - -# stay in foreground ? -Foreground=false - -# menu commands for the main menu -# format: , -MenuCommand="You can say A, echo A" -MenuCommand="Or you can say B, echo B" - -# sub menu for the main menu -# format: , -SubMenu="A menu, menu1" - -# sub menu commands -# option names must start with the name of a defined menu -# format: see menu commands -menu1_MenuCommand="p, echo P" -menu1_MenuCommand="q, echo Q" - -# EOF