remove old cruft hurting today's installations
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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:
|
dist-hook:
|
||||||
rm -rf `find $(distdir)/debian -name CVS`
|
rm -rf `find $(distdir)/debian -name CVS`
|
||||||
|
|||||||
@@ -24,12 +24,6 @@ lcdproc=${bindir}/lcdproc
|
|||||||
|
|
||||||
test -x ${lcdproc} || exit 0
|
test -x ${lcdproc} || exit 0
|
||||||
|
|
||||||
if [ -f /etc/lcdproc.conf ]; then
|
|
||||||
. /etc/lcdproc.conf
|
|
||||||
else
|
|
||||||
SCREENS="C X"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
|
|||||||
@@ -50,12 +50,6 @@ lcdproc=${bindir}/lcdproc
|
|||||||
|
|
||||||
[ -x ${lcdproc} ] || exit 0
|
[ -x ${lcdproc} ] || exit 0
|
||||||
|
|
||||||
if [ -f /etc/lcdproc.conf ]; then
|
|
||||||
. /etc/lcdproc.conf
|
|
||||||
else
|
|
||||||
SCREENS="C X"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
echo -n "Starting up lcdproc: "
|
echo -n "Starting up lcdproc: "
|
||||||
|
|||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user