2010-03-25 23:20:59 +00:00
|
|
|
# Network UPS Tools: conf
|
|
|
|
|
|
|
|
INSTALL_0600 = $(INSTALL) -m 0600
|
|
|
|
|
2015-04-30 13:53:36 +00:00
|
|
|
SECFILES = upsd.conf.sample upsd.users.sample
|
2010-03-25 23:20:59 +00:00
|
|
|
PUBFILES = nut.conf.sample ups.conf.sample
|
|
|
|
CGIPUB = hosts.conf.sample upsset.conf.sample upsstats.html.sample \
|
|
|
|
upsstats-single.html.sample
|
|
|
|
|
|
|
|
if WITH_CGI
|
|
|
|
CGI_INSTALL = $(CGIPUB)
|
|
|
|
else
|
|
|
|
CGI_INSTALL =
|
|
|
|
endif
|
|
|
|
|
|
|
|
dist_sysconf_DATA = $(SECFILES) $(PUBFILES) $(CGI_INSTALL)
|
2013-11-24 15:00:12 +00:00
|
|
|
nodist_sysconf_DATA = upssched.conf.sample upsmon.conf.sample
|