Imported Upstream version 2.6.4
This commit is contained in:
parent
fad6ced6f6
commit
fefe62b2bd
257 changed files with 6020 additions and 1394 deletions
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nut.conf
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 10/09/2011
|
||||
.\" Date: 05/21/2012
|
||||
.\" Manual: NUT Manual
|
||||
.\" Source: Network UPS Tools
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NUT\&.CONF" "5" "10/09/2011" "Network UPS Tools" "NUT Manual"
|
||||
.TH "NUT\&.CONF" "5" "05/21/2012" "Network UPS Tools" "NUT Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
@ -36,6 +36,11 @@ This file attempts to standardize the various files being found in different ins
|
|||
Distribution\(cqs init script should source this file in order to determine which components have to be started\&.
|
||||
.sp
|
||||
Blank lines are ignored\&. Lines with a hash (\fI#\fR) character at the 1st position of the line are ignored, too\&. They can be used to add comments\&.
|
||||
.SH "IMPORTANT NOTE"
|
||||
.sp
|
||||
This file is intended to be sourced by shell scripts\&. You MUST NOT use spaces around the equal sign!
|
||||
.sp
|
||||
Refer to the EXAMPLE section for illustrations\&.
|
||||
.SH "DIRECTIVES"
|
||||
.PP
|
||||
\fBMODE\fR
|
||||
|
|
@ -123,7 +128,7 @@ this workaround might be dangerous under some circumstances\&. Please read http:
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
MODE = none
|
||||
MODE=none
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -133,7 +138,7 @@ MODE = none
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
UPSD_OPTIONS = ""
|
||||
UPSD_OPTIONS=""
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -143,7 +148,7 @@ UPSD_OPTIONS = ""
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
UPSMON_OPTIONS = ""
|
||||
UPSMON_OPTIONS=""
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
@ -153,7 +158,7 @@ UPSMON_OPTIONS = ""
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
# POWEROFF_WAIT = 15m
|
||||
# POWEROFF_WAIT=15m
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue