Changeset 2335
- Timestamp:
- 03/05/04 05:16:00 (9 years ago)
- Location:
- lm-sensors/trunk/prog
- Files:
-
- 2 modified
-
hotplug/Makefile (modified) (1 diff)
-
rrd/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/hotplug/Makefile
r1748 r2335 19 19 20 20 install: all 21 install - o root -g root -m 644 $(OBJS) /lib/modules/$(VER)/kernel/drivers/i2c/busses21 install -m 644 $(OBJS) /lib/modules/$(VER)/kernel/drivers/i2c/busses 22 22 23 23 clean: -
lm-sensors/trunk/prog/rrd/Makefile
r1278 r2335 2 2 # Edit the following for your setup 3 3 # 4 USER= httpd4 USER=apache 5 5 #CRONTAB=/var/spool/cron/tabs/$(USER) 6 6 RRDPATH=/usr/local/rrdtool/bin 7 7 BINPATH=/usr/local/bin 8 8 RRDDIR=/var/lib/sensors-rrd 9 APACHE=/ usr/local/apache/htdocs9 APACHE=/var/www/html 10 10 APACHDIR=$(APACHE)/senspix 11 SENSDEV= w83781d-isa-029011 SENSDEV=bmc-ipmi-0000 12 12 MACH=`uname -n` 13 13 # … … 42 42 43 43 install: all $(RRDB) $(SENSDIR) $(CRONTAB) $(APACHDIR)/pix 44 install - o root -g root -m 755 sens_update_rrd $(BINPATH)45 install - o root -g root -m 755 sens_week.cgi $(APACHDIR)46 install - o root -g root -m 755 sens_day.cgi $(APACHDIR)47 install - o root -g root -m 755 summ_week.cgi $(APACHDIR)44 install -m 755 sens_update_rrd $(BINPATH) 45 install -m 755 sens_week.cgi $(APACHDIR) 46 install -m 755 sens_day.cgi $(APACHDIR) 47 install -m 755 summ_week.cgi $(APACHDIR) 48 48 # grep sens_update_rrd $(CRONTAB) > /dev/null 2>&1 || echo '*/5 * * * * /usr/local/bin/sens_update_rrd' $(RRDB) $(SENSDEV) >> $(CRONTAB) 49 49 @echo
