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

package info (click to toggle)
syslog-ng 3.38.1-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 16,572 kB
  • sloc: ansic: 147,938; python: 8,307; makefile: 5,773; sh: 5,048; java: 3,646; xml: 3,344; yacc: 1,168; lex: 497; perl: 193; awk: 190
file content (23 lines) | stat: -rw-r--r-- 966 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 d8ca6c5..6977bbb 100644
--- a/doc/man/syslog-ng.8.xml
+++ b/doc/man/syslog-ng.8.xml
@@ -81,7 +81,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>