Imported Upstream version 2.6.4

This commit is contained in:
Arnaud Quette 2012-06-01 15:55:19 +02:00
parent fad6ced6f6
commit fefe62b2bd
257 changed files with 6020 additions and 1394 deletions

View file

@ -19,6 +19,14 @@ Blank lines are ignored. Lines with a hash ('#') character at the
1st position of the line are ignored, too. They can be used to add
comments.
IMPORTANT NOTE
--------------
This file is intended to be sourced by shell scripts.
You MUST NOT use spaces around the equal sign!
Refer to the EXAMPLE section for illustrations.
DIRECTIVES
----------
@ -76,13 +84,13 @@ EXAMPLE
# /etc/nut/nut.conf. See nut.conf(5)
MODE = none
MODE=none
UPSD_OPTIONS = ""
UPSD_OPTIONS=""
UPSMON_OPTIONS = ""
UPSMON_OPTIONS=""
# POWEROFF_WAIT = 15m
# POWEROFF_WAIT=15m
INTEGRATION
-----------