File: 14-update-conf.patch

package info (click to toggle)
apcupsd 3.14.14-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,904 kB
  • sloc: ansic: 24,826; cpp: 9,230; sh: 4,484; makefile: 1,200; tcl: 368; objc: 317; php: 107
file content (16 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: the LOCKFILE is only used for UPSes connected via USB or serial port
Author: Thorsten Alteholz <debian@alteholz.de>
Index: apcupsd-3.14.14/platforms/etc/apcupsd.conf.in
===================================================================
--- apcupsd-3.14.14.orig/platforms/etc/apcupsd.conf.in	2017-10-04 08:31:36.000000000 +0200
+++ apcupsd-3.14.14/platforms/etc/apcupsd.conf.in	2017-10-06 09:16:21.462598444 +0200
@@ -99,7 +99,8 @@
 #POLLTIME 60
 
 # LOCKFILE <path to lockfile>
-#   Path for device lock file. This is the directory into which the lock file
+#   Path for device lock file for UPSes connected via USB or
+#   serial port. This is the directory into which the lock file
 #   will be written. The directory must already exist; apcupsd will not create
 #   it. The actual name of the lock file is computed from DEVICE.
 #   Not used on Win32.