File: 0001-Update-control-file-path.patch

package info (click to toggle)
syslog-ng 4.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,440 kB
  • sloc: ansic: 177,631; python: 13,035; cpp: 11,611; makefile: 7,011; sh: 5,147; java: 3,651; xml: 3,344; yacc: 1,377; lex: 599; perl: 193; awk: 190; objc: 162
file content (23 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Attila Szalay <sasa@ubainba.hu>
Date: Sun, 18 Sep 2022 15:22:32 +0100
Subject: Update control file path

In Debian, the localstatedir is set to /var/lib/syslog-ng instead of the
upstream default /var/run
---
 doc/man/syslog-ng.8.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/syslog-ng.8.xml b/doc/man/syslog-ng.8.xml
index 030d434..4df5702 100644
--- a/doc/man/syslog-ng.8.xml
+++ b/doc/man/syslog-ng.8.xml
@@ -103,7 +103,7 @@
           <term><command>--control &lt;file&gt; </command> or <command>-c &lt;file&gt;</command>
                     </term>
           <listitem>
-            <para>Set the location of the syslog-ng control socket. Default value: <filename>/var/run/syslog-ng.ctl</filename></para>
+            <para>Set the location of the syslog-ng control socket. Default value: <filename>/var/lib/syslog-ng/syslog-ng.ctl</filename></para>
           </listitem>
         </varlistentry>
         <varlistentry>