389101e028
ApcCtrl is an unofficial branch from apcupsd 3.14.x. It can be used for controlling Brazilian APC UPS models (herited from Microsol). Models supported or in tests: - BACK-UPS BR 1200VA (BZ1200BI-BR) - BACK-UPS BR 1500VA (BZ1500PBI-BR) - BACK-UPS BR 2200VA (BZ2200BI-BR and BZ2200I-BR) - SMART-UPS BR 1000VA (SUA1000BI-BR and SOLIS1000BI) - SMART-UPS BR 1500VA (SUA1500BI-BR and SOLIS1500BI) - SMART-UPS BR 2000VA (SUA2000BI-BR) - SMART-UPS BR 3000VA (SUA3000BI-BR) - STAY 800 (PS800) - STAY 700 (PS700) WWW: http://www.apcctrl.com.br PR: 241623 Submitted by: Mario Lobo <lobo@bsd.com.br>
15 lines
730 B
Text
15 lines
730 B
Text
--- src/cgi/Makefile.orig 2014-11-04 19:17:43 UTC
|
|
+++ src/cgi/Makefile
|
|
@@ -43,9 +43,9 @@ install-cgi:
|
|
$(call INSTPROG,755,upsfstats.cgi,$(cgibin))
|
|
$(call INSTPROG,755,upsimage.cgi,$(cgibin))
|
|
$(call MKDIR,$(sysconfdir))
|
|
- $(call INSTNEW,644,apcctrl.css,$(sysconfdir))
|
|
- $(call INSTNEW,644,$(topdir)/platforms/etc/hosts.conf,$(sysconfdir))
|
|
- $(call INSTNEW,644,$(topdir)/platforms/etc/multimon.conf,$(sysconfdir))
|
|
+ $(call INSTDATA,644,apcctrl.css,$(sysconfdir)/apcctrl.css.sample)
|
|
+ $(call INSTDATA,644,$(topdir)/platforms/etc/hosts.conf,$(sysconfdir)/hosts.conf.sample)
|
|
+ $(call INSTDATA,644,$(topdir)/platforms/etc/multimon.conf,$(sysconfdir)/multimon.conf.sample)
|
|
|
|
uninstall-cgi:
|
|
$(call UNINST,$(cgibin)/multimon.cgi)
|