diff --git a/CHANGES b/CHANGES index f2eb1d5f..0f9025e1 100644 --- a/CHANGES +++ b/CHANGES @@ -27,7 +27,9 @@ ask CVS about it: Module w83781d: Add W83697HF support Program i2cdump: Add i2c block read capability Program mkpatch.pl: Add support for fscscy, add more help entries - Program sensors: Add PCF8591 and W83697HF support + Program rrd: Install summ_week.cgi + Program sensors: Add PCF8591 and W83697HF support, + clean up chassis intrusion prints Program sensors-detect: Add several Nvidia chips, add PCF8591, fix Via686a and it87 detection, add AMD768, IPMI-BMC-KCS and -SMIC, diff --git a/prog/rrd/Makefile b/prog/rrd/Makefile index 92a25a86..850984c7 100644 --- a/prog/rrd/Makefile +++ b/prog/rrd/Makefile @@ -44,6 +44,7 @@ install: all $(RRDB) $(SENSDIR) $(CRONTAB) $(APACHDIR)/pix install -o root -g root -m 755 sens_update_rrd $(BINPATH) install -o root -g root -m 755 sens_week.cgi $(APACHDIR) install -o root -g root -m 755 sens_day.cgi $(APACHDIR) + install -o root -g root -m 755 summ_week.cgi $(APACHDIR) # grep sens_update_rrd $(CRONTAB) > /dev/null 2>&1 || echo '*/5 * * * * /usr/local/bin/sens_update_rrd' $(RRDB) $(SENSDEV) >> $(CRONTAB) @echo @echo Note!!! You must manually install the following line in the crontab for user $(USER):