]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Remove paths from output in conf files
authorThomas Markwalder <tmark@isc.org>
Tue, 13 May 2025 18:25:35 +0000 (14:25 -0400)
committerAndrei Pavel <andrei@isc.org>
Fri, 16 May 2025 09:20:43 +0000 (12:20 +0300)
modified:   src/bin/keactrl/kea-ctrl-agent.conf.pre
modified:   src/bin/keactrl/kea-dhcp-ddns.conf.pre
modified:   src/bin/keactrl/kea-dhcp4.conf.pre
modified:   src/bin/keactrl/kea-dhcp6.conf.pre
modified:   src/bin/keactrl/kea-netconf.conf.pre

src/bin/keactrl/kea-ctrl-agent.conf.pre
src/bin/keactrl/kea-dhcp-ddns.conf.pre
src/bin/keactrl/kea-dhcp4.conf.pre
src/bin/keactrl/kea-dhcp6.conf.pre
src/bin/keactrl/kea-netconf.conf.pre

index d8e04296cef7bc60a903b5f8272d50ea848c64a2..604ba0d6d4e5613fa243d0e585503867113b6bd8 100644 (file)
@@ -73,7 +73,7 @@
                 // - syslog (logs to syslog)
                 // - syslog:name (logs to syslog using specified name)
                 // Any other value is considered a name of the file
-                "output": "@localstatedir@/log/kea-ctrl-agent.log"
+                "output": "kea-ctrl-agent.log"
 
                 // Shorter log pattern suitable for use with systemd,
                 // avoids redundant information
index b75b51f390ce7faf49d741c821acb80ae84bc224..0d7f11536e364061a665a324c513dd8cc69a2f62 100644 (file)
@@ -44,7 +44,7 @@
                 // - syslog (logs to syslog)
                 // - syslog:name (logs to syslog using specified name)
                 // Any other value is considered a name of the file
-                "output": "@localstatedir@/log/kea-ddns.log"
+                "output": "kea-ddns.log"
 
                 // Shorter log pattern suitable for use with systemd,
                 // avoids redundant information
index aced2a5261856e678a75e674d748b7a65e4ee601..4fef00add789028b73eaff070e35b038e55171d4 100644 (file)
                 // - syslog (logs to syslog)
                 // - syslog:name (logs to syslog using specified name)
                 // Any other value is considered a name of the file
-                "output": "@localstatedir@/log/kea-dhcp4.log"
+                "output": "kea-dhcp4.log"
 
                 // Shorter log pattern suitable for use with systemd,
                 // avoids redundant information
index d043489b98f854f44fd8ecdc8772bba562e350d3..120cead932c49a237123f544a93fac11bed4ad71 100644 (file)
                 // - syslog (logs to syslog)
                 // - syslog:name (logs to syslog using specified name)
                 // Any other value is considered a name of the file
-                "output": "@localstatedir@/log/kea-dhcp6.log"
+                "output": "kea-dhcp6.log"
 
                 // Shorter log pattern suitable for use with systemd,
                 // avoids redundant information
index c8a3878b414f27db64e112f8ee720b850aab3b45..bc7b3926f4203891d1eacde4d4d50d4e0bd211be 100644 (file)
@@ -69,7 +69,7 @@
                 // - syslog (logs to syslog)
                 // - syslog:name (logs to syslog using specified name)
                 // Any other value is considered a name of a time
-                "output": "@localstatedir@/log/kea-netconf.log"
+                "output": "kea-netconf.log"
 
                 // Shorter log pattern suitable for use with systemd,
                 // avoids redundant information