Changeset 2982 for lm-sensors/trunk/prog/rrd/Makefile
- Timestamp:
- 04/24/05 21:50:37 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/rrd/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/rrd/Makefile
r2335 r2982 3 3 # 4 4 USER=apache 5 # CRONTAB not used 5 6 #CRONTAB=/var/spool/cron/tabs/$(USER) 6 7 RRDPATH=/usr/local/rrdtool/bin … … 9 10 APACHE=/var/www/html 10 11 APACHDIR=$(APACHE)/senspix 11 SENSDEV=bmc-ipmi-000012 12 MACH=`uname -n` 13 # 13 # 2.4 kernels 14 #SENSDEV=w83781d-isa-0290 15 #SENSDIR=/proc/sys/dev/sensors/$(SENSDEV) 16 # 2.6 kernels 17 SENSDEV=0-0290 18 SENSDIR=/sys/bus/i2c/devices/$(SENSDEV) 19 ################################################ 14 20 # Everything below here should be fine 15 21 # 16 22 RRDB=$(RRDDIR)/sensors.rrd 17 SENSDIR=/proc/sys/dev/sensors/$(SENSDEV)18 23 19 24 all: sens_day.cgi sens_week.cgi summ_week.cgi $(SENSDIR)
