File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 @echo " make rpm -- create RPM package of Linux agent"
2121 @echo " make deb -- create DEB package of Linux agent"
2222 @echo " make packages -- create RPM and DEB package of Linux agent"
23- @echo " make cmk-agent-ctl --r "
23+ @echo " make cmk-agent-ctl -- build the agent controller binary "
2424
2525waitmax : waitmax.c
2626 @if type diet > /dev/null ; then \
@@ -67,7 +67,7 @@ $(CONTROLLER):
6767 && mkdir -p linux \
6868 && cp cmk-agent-ctl/target/release/cmk-agent-ctl linux
6969
70- $(RPM_PACKAGE ) : waitmax
70+ $(RPM_PACKAGE ) : $( CONTROLLER ) waitmax
7171 rm -rf $(RPM_TOPDIR )
7272 mkdir -p $(RPM_TOPDIR ) /RPMS
7373 mkdir -p $(RPM_TOPDIR ) /SRPMS
@@ -81,6 +81,7 @@ $(RPM_PACKAGE): waitmax
8181 scripts \
8282 check_mk_agent.linux \
8383 check_mk_caching_agent.linux \
84+ linux/cmk-agent-ctl \
8485 waitmax \
8586 mk-job
8687 rm -f * .rpm
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ install -m 755 check_mk_agent.linux $R/usr/bin/check_mk_agent
5050install -m 755 check_mk_caching_agent.linux $R/usr/bin/check_mk_caching_agent
5151install -m 755 waitmax $R/usr/bin
5252install -m 755 mk-job $R/usr/bin
53+ install -m 755 linux/cmk-agent-ctl $R/usr/bin
5354mkdir -p $R/usr/lib/check_mk_agent/plugins
5455mkdir -p $R/usr/lib/check_mk_agent/local
5556mkdir -p $R/var/lib/check_mk_agent
You can’t perform that action at this time.
0 commit comments