]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- added rrd support
authoradasi <adasi@pld-linux.org>
Sat, 2 Nov 2002 15:10:19 +0000 (15:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sensors.init -> 1.10

sensors.init

index 66207f01db6648cd49f1777d3aa8b5466c39d702..bbcd7d565fdb5b34154cccced048400a83947fe5 100644 (file)
@@ -43,6 +43,8 @@ case "$1" in
                daemon sensord \
                        $([ -n "$INTERVAL" ] && echo "-i $INTERVAL") \
                        $([ -n "$LOG_INTERVAL" ] && echo "-l $LOG_INTERVAL") \
+                       $([ -n "$RRD_LOGFILE" ] && echo "-r $RRD_LOGFILE") \
+                       $([ -n "$RRD_INTERVAL" ] && echo "-t $RRD_INTERVAL") \
                        -f daemon
                
                RET=$?
This page took 0.047755 seconds and 4 git commands to generate.