Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503/scripts
Modified Files:
Tag: rel-1-2-patches
lcd4linux
Log Message:
- some init script where missing the Default-Start/Stop information (Heiko
Zuerker + Zsiros Zolt)
- lcd4linux init script was missing (Heiko Zuerker + Zsiros Zolt)
Index: lcd4linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/lcd4linux,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- lcd4linux 27 Apr 2004 11:24:34 -0000 1.3
+++ lcd4linux 20 Sep 2004 18:33:10 -0000 1.3.2.1
@@ -44,6 +44,14 @@
cp -dpR lcd4linux.conf.sample $ETCDIR/etc/lcd4linux || exit 1
chmod 600 $ETCDIR/etc/lcd4linux/* || exit 1
rm -rf $WORKDIR/tmp || exit 1
+
+ cp $MYDIR/scripts/lcd4linux $ETCDIR/etc/init.d || exit 1
+
+ echo "# Start $MYNAME?" >> $CONFIGFILE
+ echo "START_$MYNAME=no" >> $CONFIGFILE
+ echo >> $CONFIGFILE
+
+ echo "HELP_$MYNAME=\"$MYNAME is used to display information on a LCD Display\"" >> $SOFTWAREHELP
fi
;;
|