#!/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