diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:52:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:52:36 +0000 |
commit | 1749bf0f4f53574b18e5c0fc679c991ffab570e4 (patch) | |
tree | 1a8e66c93085cc55a8a4fe84e307c4bbfdeb84fa /debian/patches/var-run.patch | |
parent | Adding upstream version 1:4.13.0. (diff) | |
download | resource-agents-1749bf0f4f53574b18e5c0fc679c991ffab570e4.tar.xz resource-agents-1749bf0f4f53574b18e5c0fc679c991ffab570e4.zip |
Adding debian version 1:4.13.0-1.debian/1%4.13.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/var-run.patch')
-rw-r--r-- | debian/patches/var-run.patch | 16 |
1 files changed, 16 insertions, 0 deletions
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 <vvidic@debian.org> +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 + |