mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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>
21 lines
867 B
Text
21 lines
867 B
Text
--- platforms/etc/Makefile.orig 2014-04-09 22:15:34 UTC
|
|
+++ platforms/etc/Makefile
|
|
@@ -8,12 +8,12 @@ all-uninstall: uninstall-etc
|
|
|
|
install-etc:
|
|
$(call MKDIR,$(sysconfdir))
|
|
- $(call INSTNEW,644,apcctrl.conf,$(sysconfdir))
|
|
- $(call INSTORIG,744,changeme,$(sysconfdir))
|
|
- $(call INSTORIG,744,commfailure,$(sysconfdir))
|
|
- $(call INSTORIG,744,commok,$(sysconfdir))
|
|
- $(call INSTORIG,744,offbattery,$(sysconfdir))
|
|
- $(call INSTORIG,744,onbattery,$(sysconfdir))
|
|
+ $(call INSTDATA,644,apcctrl.conf,$(sysconfdir)/apcctrl.conf.sample)
|
|
+ $(call INSTDATA,744,changeme,$(sysconfdir)/changeme.sample)
|
|
+ $(call INSTDATA,744,commfailure,$(sysconfdir)/commfailure.sample)
|
|
+ $(call INSTDATA,744,commok,$(sysconfdir)/commok.sample)
|
|
+ $(call INSTDATA,744,offbattery,$(sysconfdir)/offbattery.sample)
|
|
+ $(call INSTDATA,744,onbattery,$(sysconfdir)/onbattery.sample)
|
|
|
|
uninstall-etc:
|
|
|