~iheino+ub/+junk/nut-upsconf-docfix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Description: add some description
## Origin/Author: add some origin or author
## Bug: bug URL
Index: debian/conf/ups.conf.sample
===================================================================
--- debian.orig/conf/ups.conf.sample	2014-12-26 19:23:49.674380000 +0200
+++ debian/conf/ups.conf.sample	2014-12-26 19:35:12.057506133 +0200
@@ -96,7 +96,10 @@
 #
 # Anything else is passed through to the hardware-specific part of
 # the driver.
-# 
+
+# Set maxretry to 3 by default, this should mitigate race with slow devices:
+maxretry = 3
+
 # Examples
 # --------
 #
@@ -120,6 +123,3 @@
 #
 # To find out if your driver supports any extra settings, start it with
 # the -h option and/or read the driver's documentation.
-
-# Set maxretry to 3 by default, this should mitigate race with slow devices:
-maxretry = 3