summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit-scripts/runitscripts/services/lcdd/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/services/lcdd/run')
-rwxr-xr-xabs/core-testing/runit-scripts/runitscripts/services/lcdd/run15
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/lcdd/run b/abs/core-testing/runit-scripts/runitscripts/services/lcdd/run
deleted file mode 100755
index da2258b..0000000
--- a/abs/core-testing/runit-scripts/runitscripts/services/lcdd/run
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-. /etc/systemconfig
-export TERM=linux
-. /etc/rc.conf
-. /etc/rc.d/functions
-stat_runit "Starting lcdproc"
-
-
-exec 2>&1
-if [ x$LCDtype = xxosd ]
-then
- DISPLAY=127.0.0.1:0 /usr/sbin/LCDd -f -c /etc/LCDd.conf 2>/dev/null >/dev/null
-else
- exec /usr/sbin/LCDd -f -c /etc/LCDd.conf 2>/dev/null >/dev/null
-fi