summaryrefslogtreecommitdiffstats
path: root/debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:35:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:35:04 +0000
commit214f81cd9b7c94c10b633627034c21daaee837b2 (patch)
tree63f193ca9b27d4095af5ac000565ef928ddbb5f6 /debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch
parentAdding upstream version 4.0. (diff)
downloadchrony-214f81cd9b7c94c10b633627034c21daaee837b2.tar.xz
chrony-214f81cd9b7c94c10b633627034c21daaee837b2.zip
Adding debian version 4.0-8+deb11u2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch')
-rw-r--r--debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch b/debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch
new file mode 100644
index 0000000..29b37c5
--- /dev/null
+++ b/debian/patches/nm-dispatcher-dhcp_Move-server_dir-to-run.patch
@@ -0,0 +1,17 @@
+Description: Move server_dir path to /run
+Author: Vincent Blut <vincent.debian@free.fr>
+Forwarded: no
+Last-Update: 2020-09-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/examples/chrony.nm-dispatcher.dhcp
++++ b/examples/chrony.nm-dispatcher.dhcp
+@@ -11,7 +11,7 @@ action=$2
+
+ chronyc=/usr/bin/chronyc
+ default_server_options=iburst
+-server_dir=/var/run/chrony-dhcp
++server_dir=/run/chrony-dhcp
+
+ dhcp_server_file=$server_dir/$interface.sources
+ # DHCP4_NTP_SERVERS is passed from DHCP options by NetworkManager.