Imported Upstream version 2.7.4

This commit is contained in:
Laurent Bigonville 2016-07-18 02:11:41 +02:00
parent fd413a3168
commit c9cb2187ee
290 changed files with 7473 additions and 2607 deletions

View file

@ -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@

View file

@ -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

View file

@ -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"

View file

@ -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