Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -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