diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:40:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:40:13 +0000 |
commit | 70f15f82608220f5351716d4fb29ff5d0c339010 (patch) | |
tree | bdc6aa1d04df6136e48df5fcf7f9a906990f923c /debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch | |
parent | Adding upstream version 1.0.12. (diff) | |
download | cluster-glue-70f15f82608220f5351716d4fb29ff5d0c339010.tar.xz cluster-glue-70f15f82608220f5351716d4fb29ff5d0c339010.zip |
Adding debian version 1.0.12-22.debian/1.0.12-22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch')
-rw-r--r-- | debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch b/debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch new file mode 100644 index 0000000..ff4a845 --- /dev/null +++ b/debian/patches/0019-Current-Pacemaker-does-not-use-ha_logd.patch @@ -0,0 +1,21 @@ +From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@debian.org> +Date: Wed, 20 Jan 2021 12:06:03 +0100 +Subject: Current Pacemaker does not use ha_logd + +--- + logd/logd.service.in | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/logd/logd.service.in b/logd/logd.service.in +index c321d22..506da3d 100644 +--- a/logd/logd.service.in ++++ b/logd/logd.service.in +@@ -1,8 +1,6 @@ + [Unit] + Description=ha_logd logging daemon + Documentation=man:ha_logd(8) +-Before=pacemaker.service +-PartOf=pacemaker.service + + [Service] + ExecStart=@libdir@/@HB_PKG@/ha_logd -c @sysconfdir@/logd.cf |