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