Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv16706/scripts
Modified Files:
lm_sensors
Log Message:
lm-sensors init script
Index: lm_sensors
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lm_sensors 23 Oct 2003 00:08:47 -0000 1.6
+++ lm_sensors 28 Nov 2003 00:02:46 -0000 1.7
@@ -74,6 +74,13 @@
rm -rf $WORKDIR/tmp/usr/lib/*a || exit 1
copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1
rm -rf $WORKDIR/tmp || exit 1
+
+ cp $MYDIR/scripts/lm_sensors $ETCDIR/etc/init.d || exit 1
+
+ echo "# Start lm_sensors?" >> $CONFIGFILE
+ echo "START_LM_SENSORS=no" >> $CONFIGFILE
+ echo >> $CONFIGFILE
+ echo "HELP_$MYNAME=\"$MYNAME are the necessary modules to monitor the fan, temp... of your system\"" >> $SOFTWAREHELP
;;
* )
|