2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

install summ_week.cgi with make install - tkt #779

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1278 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker 2002-01-05 15:39:17 +00:00
parent 169c38a6f4
commit ba73e23fba
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -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):