~vcs-imports/nut:issue_156_noconf

Last commit made on 2014-09-30
Get this branch:
git clone -b issue_156_noconf https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
issue_156_noconf
Repository:
lp:~vcs-imports/nut

Recent commits

ec14d39... by Arnaud Quette <email address hidden>

Update systemd services unit to use '-n' option

Following the addition the the '-n no-fatal-on-missing-conf' option to
upsdrvctl, upsd and upsmon, use it to not fail on startup after initial
installation

f68b7d4... by Arnaud Quette <email address hidden>

Add '-n no-fatal-on-missing-conf' option to upsmon

Do not fail (i.e., return EXIT_FAILURE 1) when no MONITOR line is
configured in upsmon.conf. This may be useful to not wrongly fail after
initial installation. This is the last of three commits related to
networkupstools/nut#156. However, a last patch will address the matching
modifications to the systemd service files

93914d9... by Arnaud Quette <email address hidden>

Improve wording with minor clarification

be07b75... by Arnaud Quette <email address hidden>

Add '-n no-fatal-on-missing-conf' option to upsd

Do not fail (i.e., return EXIT_FAILURE 1) when no devices are
configured in ups.conf. This may be useful to not wrongly fail after
initial installation. This is the second of three commits related to
networkupstools/nut#156

c0c1262... by Arnaud Quette <email address hidden>

Add '-n no-fatal-on-missing-conf' option to upsdrvctl

Do not fail (i.e., return EXIT_FAILURE 1) when no devices are
configured. This may be useful to not wrongly fail after initial
installation. This is the first of three commits related to
networkupstools/nut#156

d1c207f... by Arnaud Quette <email address hidden>

Also check for source-highlight at configure time

source-highlight is used for documentation generation. It's
however optional, so we just check for the sake of completion

5c4daf9... by Arnaud Quette <email address hidden>

Add NUT version number into footer of HTML man pages

Override AsciiDoc default for footer-txt to include NUT version number
into footer of HTML man pages. This commit addresses the 2nd point of
networkupstools/nut#150

e8267ad... by Charles Lepple <email address hidden>

tripplite_usb: set input.voltage.nominal back to 230V (0.30)

Keeps the input.voltage and output.voltage scaling from 0.28

Discussion:
http://article.gmane.org/gmane.comp.monitoring.nut.user/8719

cb2d49a... by Arnaud Quette <email address hidden>

Replace outdated references to shutdown.txt

shutdown.txt was merged into config-notes.txt during the AsciiDoc
conversion of the whole documentation and website. This content is now
available in the docs/config-notes.txt file, section [[UPS_shutdown]]
"Configuring automatic shutdowns for low battery events"

5273df9... by Arnaud Quette <email address hidden>

Fix default value of POWERDOWNFLAG

POWERDOWNFLAG path changed from the hard-coded value /etc/killpower to
the build-time generated @CONFPATH@/killpower. This resulted in an
unexpected value '/etc/nut/killpower', at least on Debian.
(reported by Laurent Bigonville)

Closes networkupstools/nut#74