File: 0004-Adjust-config-file-and-pid-paths.patch

package info (click to toggle)
fwlogwatch 1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 5,288; lex: 1,747; php: 706; sh: 437; makefile: 160
file content (35 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (4)
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
27
28
29
30
31
32
33
34
35
From: William Grzybowski <william@grzy.org>
Date: Sat, 24 Aug 2019 10:36:16 -0300
Subject: Adjust config file and pid paths

---
 fwlogwatch.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fwlogwatch.8 b/fwlogwatch.8
index b47d25c..98fd971 100644
--- a/fwlogwatch.8
+++ b/fwlogwatch.8
@@ -41,7 +41,7 @@ for log formats that contain this information).
 Use the alternate configuration file
 .IR config
 instead of the default configuration file
-.B /etc/fwlogwatch.config
+.B /etc/fwlogwatch/fwlogwatch.config
 (which does not need to exist). Only options not specified in the files can
 be overridden by command line options.
 .IP \-D
@@ -304,11 +304,11 @@ for months and
 for years.
 
 .SH FILES
-.IP \fB/etc/fwlogwatch.config\fR
+.IP \fB/etc/fwlogwatch/fwlogwatch.config\fR
 Default configuration file.
 .IP \fB/var/log/messages\fR
 Default input log file.
-.IP \fB/var/run/fwlogwatch.pid\fR
+.IP \fB/run/fwlogwatch.pid\fR
 Default PID file generated by the daemon in realtime response mode if
 configured to do so.