2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-10-25 15:25:58 +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

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