* fixes CVE-2018-16878, CVE-2018-16877, CVE-2019-3885; * implement https://bugs.clusterlabs.org/show_bug.cgi?id=5397#c3 PR: 241456 Reviewed by: flo Approved by: portmgr (maintainer timeout)
11 lines
316 B
Text
11 lines
316 B
Text
--- lrmd/Makefile.am.orig 2019-12-09 13:20:05 UTC
|
|
+++ lrmd/Makefile.am
|
|
@@ -25,8 +25,6 @@ lrmdlib_PROGRAMS += lrmd_test
|
|
testdir = $(datadir)/$(PACKAGE)/tests/lrmd
|
|
test_SCRIPTS = regression.py
|
|
|
|
-initdir = $(INITDIR)
|
|
-dist_init_SCRIPTS = pacemaker_remote
|
|
sbin_PROGRAMS = pacemaker_remoted
|
|
|
|
if BUILD_SYSTEMD
|