From ba73e23fba30531ecbec486190486603f5b5c36c Mon Sep 17 00:00:00 2001 From: "Mark D. Studebaker" Date: Sat, 5 Jan 2002 15:39:17 +0000 Subject: [PATCH] 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 --- CHANGES | 4 +++- prog/rrd/Makefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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):