Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -188,6 +188,7 @@ LD = @LD@
|
|||
LDFLAGS = @LDFLAGS@
|
||||
LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@
|
||||
LIBAVAHI_LIBS = @LIBAVAHI_LIBS@
|
||||
LIBDIR = @LIBDIR@
|
||||
LIBGD_CFLAGS = @LIBGD_CFLAGS@
|
||||
LIBGD_LDFLAGS = @LIBGD_LDFLAGS@
|
||||
LIBIPMI_CFLAGS = @LIBIPMI_CFLAGS@
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ As an example, on Debian and derivatives, do the following:
|
|||
|
||||
$ apt-get install augeas-lenses augeas-tools
|
||||
|
||||
And optionaly:
|
||||
And optionally:
|
||||
|
||||
$ apt-get install libaugeas0 libaugeas-dev python-augeas
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,10 @@ let ups_sep = IniFile.sep IniFile.sep_re IniFile.sep_default
|
|||
let ups_global = "chroot"
|
||||
| "driverpath"
|
||||
| "maxstartdelay"
|
||||
| "maxretry"
|
||||
| "retrydelay"
|
||||
| "pollinterval"
|
||||
| "synchronous"
|
||||
| "user"
|
||||
|
||||
let ups_fields = "driver"
|
||||
|
|
@ -41,7 +44,9 @@ let ups_fields = "driver"
|
|||
| "sdorder"
|
||||
| "desc"
|
||||
| "nolock"
|
||||
| "ignorelb"
|
||||
| "maxstartdelay"
|
||||
| "synchronous"
|
||||
| "CP"
|
||||
| "CS"
|
||||
| "ID"
|
||||
|
|
@ -160,6 +165,8 @@ let ups_fields = "driver"
|
|||
| "shutdown_timer"
|
||||
| "silent"
|
||||
| "site_fault_detection"
|
||||
| "snmp_retries"
|
||||
| "snmp_timeout"
|
||||
| "snmp_version"
|
||||
| "startdelay"
|
||||
| "status_only"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,10 @@ let ups_sep = IniFile.sep IniFile.sep_re IniFile.sep_default
|
|||
let ups_global = "chroot"
|
||||
| "driverpath"
|
||||
| "maxstartdelay"
|
||||
| "maxretry"
|
||||
| "retrydelay"
|
||||
| "pollinterval"
|
||||
| "synchronous"
|
||||
| "user"
|
||||
|
||||
let ups_fields = "driver"
|
||||
|
|
@ -41,7 +44,9 @@ let ups_fields = "driver"
|
|||
| "sdorder"
|
||||
| "desc"
|
||||
| "nolock"
|
||||
| "ignorelb"
|
||||
| "maxstartdelay"
|
||||
| "synchronous"
|
||||
@SPECIFIC_DRV_VARS@
|
||||
|
||||
let ups_entry = IniFile.indented_entry (ups_global|ups_fields) ups_sep ups_comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue