From 562a1b4d7b9c094f10415b3f4048d53284ae696f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Aug 2011 01:24:22 +0200 Subject: oncology: fix Makefile/build/config lcd4linux.conf - removed fucking white space, minor fuckups Makefile - correct dependency handling, patch /etc/init.d/lcd4linux --- oncology/lcd4linux.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'oncology/lcd4linux.conf') diff --git a/oncology/lcd4linux.conf b/oncology/lcd4linux.conf index c8cbe75e..e6ad1f90 100644 --- a/oncology/lcd4linux.conf +++ b/oncology/lcd4linux.conf @@ -435,7 +435,7 @@ Widget FileTitle { Widget SetFileMsg { class 'Timer' - expression FileMsg = exec('tail -n 1 /root/dskeylistener/listener.log', 2 * second) + expression FileMsg = exec('tail -n 1 /var/log/syslog', 2 * second) active 1 update 2 * second } @@ -470,7 +470,7 @@ Widget File3 { Widget Weather1 { class 'Text' expression exec('/krebs/kachelmann/wetter', 10 * second) - prefix 'Wetter' + prefix 'Wetter:' width width100 align 'L' Background darkgray @@ -479,7 +479,7 @@ Widget Weather1 { Widget Debug { class 'Text' - expression 'Serverdisplay - pkern.at' + expression 'Serverdisplay - Krebs' width linesize align 'C' Foreground lightgray @@ -494,7 +494,7 @@ Widget na { Widget Bgnd { class 'Image' - file '/krebs/cholerab/bling/krebs-v2_320x240.png ' + file '/krebs/cholerab/bling/krebs-v2_320x240.png' reload 0 update 0 inverted 0 @@ -525,13 +525,13 @@ Layout Krebs { Row14.Col29 'FSSpace1' Row17.Col02 'ServicesTitle' - Row18.Col02 'BindDNSStatus' - Row19.Col02 'MuninStatus' + #Row18.Col02 'BindDNSStatus' + #Row19.Col02 'MuninStatus' Row20.Col02 'ApacheStatus' - Row21.Col02 'MiniDLNAStatus' - Row18.Col29 'PostfixStatus' - Row19.Col29 'ProFTPStatus' - Row20.Col29 'SambaStatusDS' + #Row21.Col02 'MiniDLNAStatus' + #Row18.Col29 'PostfixStatus' + #Row19.Col29 'ProFTPStatus' + #Row20.Col29 'SambaStatusDS' Row21.Col29 'SSHStatusDS' Row23.Col02 'Weather1' -- cgit v1.2.3