remove old cruft hurting today's installations

This commit is contained in:
marschap
2006-09-13 18:48:38 +00:00
parent 779e4fa811
commit 8c29102154
4 changed files with 1 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = init-LCDd.debian.in init-LCDd.rpm.in init-lcdproc.debian.in init-lcdproc.rpm.in lcdproc.conf debian
EXTRA_DIST = init-LCDd.debian.in init-LCDd.rpm.in init-lcdproc.debian.in init-lcdproc.rpm.in debian
dist-hook:
rm -rf `find $(distdir)/debian -name CVS`
-6
View File
@@ -24,12 +24,6 @@ lcdproc=${bindir}/lcdproc
test -x ${lcdproc} || exit 0
if [ -f /etc/lcdproc.conf ]; then
. /etc/lcdproc.conf
else
SCREENS="C X"
fi
case "$1" in
start)
-6
View File
@@ -50,12 +50,6 @@ lcdproc=${bindir}/lcdproc
[ -x ${lcdproc} ] || exit 0
if [ -f /etc/lcdproc.conf ]; then
. /etc/lcdproc.conf
else
SCREENS="C X"
fi
start() {
echo -n "Starting up lcdproc: "
-9
View File
@@ -1,9 +0,0 @@
# /etc/lcdproc.conf
#
# Configuration file of the main LCDproc client "lcdproc"
# NOTE: The configuration file of LCDd is /etc/LCDd.conf
# Set SCREENS to the screens you want lcdproc to send to LCDd
# lcdproc --help will give you a list of the screens available
SCREENS="C X"