From 1749bf0f4f53574b18e5c0fc679c991ffab570e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:52:36 +0200 Subject: Adding debian version 1:4.13.0-1. Signed-off-by: Daniel Baumann --- debian/patches/var-run.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/var-run.patch (limited to 'debian/patches/var-run.patch') diff --git a/debian/patches/var-run.patch b/debian/patches/var-run.patch new file mode 100644 index 0000000..d66cd57 --- /dev/null +++ b/debian/patches/var-run.patch @@ -0,0 +1,16 @@ +Description: Use /run instead of /var/run +Author: Valentin Vidic +Last-Update: 2018-12-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ldirectord/systemd/ldirectord.service.in ++++ b/ldirectord/systemd/ldirectord.service.in +@@ -8,7 +8,7 @@ + ExecStop=@sbindir@/ldirectord stop + ExecStopPost=@RM@ -f /var/lock/subsys/ldirectord + ExecReload=@sbindir@/ldirectord reload +-PIDFile=/var/run/ldirectord.ldirectord.pid ++PIDFile=/run/ldirectord.ldirectord.pid + Type=forking + KillMode=none + -- cgit v1.2.3