debian: correct bindir for maintenance services - mtce
Deploying to /usr/local/bin instead of /usr/bin for maintenance services mtce, detected in Debian 11(bullseye). Without this patch the ocf script will fail to run. Test Plan: PASS Build package PASS Build ISO PASS Bootstrap in VM PASS Fresh new build Story: 2009101 Task: 44699 Signed-off-by: Roberto Luiz Martins Nogueira <robertoluiz.martinsnogueira@windriver.com> Change-Id: I60471ff51e9e9770de41f67ee1f48a08408eec7d
This commit is contained in:
parent
5635352596
commit
bb06207bd2
@ -1,4 +1,4 @@
|
||||
etc/init.d/hostw
|
||||
etc/logrotate.d/hostw.logrotate
|
||||
etc/mtc/hostwd.conf
|
||||
usr/bin/hostwd
|
||||
usr/local/bin/hostwd
|
||||
|
@ -1,5 +1,5 @@
|
||||
etc/init.d/hwmon
|
||||
etc/logrotate.d/hwmon.logrotate
|
||||
etc/mtc/hwmond.conf
|
||||
usr/bin/hwmond
|
||||
usr/local/bin/hwmond
|
||||
usr/lib/ocf/resource.d/platform/hwmon
|
||||
|
@ -2,4 +2,4 @@ etc/init.d/lmon
|
||||
etc/logrotate.d/lmon.logrotate
|
||||
etc/mtc/lmond.conf
|
||||
etc/pmon.d/lmon.conf
|
||||
usr/bin/lmond
|
||||
usr/local/bin/lmond
|
||||
|
@ -1,7 +1,7 @@
|
||||
etc/init.d/pmon
|
||||
etc/logrotate.d/pmon.logrotate
|
||||
etc/mtc/pmond.conf
|
||||
usr/bin/pmond
|
||||
usr/local/bin/pmond
|
||||
usr/lib/libamon.so
|
||||
usr/lib/libamon.so.1
|
||||
usr/lib/libamon.so.1.0
|
||||
|
@ -32,14 +32,14 @@ etc/services.d/storage/mtcTest
|
||||
etc/services.d/worker/mtcTest
|
||||
etc/syslog-ng/conf.d/mtce.conf
|
||||
usr/lib/ocf/resource.d/platform/mtcAgent
|
||||
usr/bin/fsmond
|
||||
usr/bin/hbsAgent
|
||||
usr/bin/hbsClient
|
||||
usr/bin/mtcAgent
|
||||
usr/bin/mtcClient
|
||||
usr/bin/mtcalarmd
|
||||
usr/bin/mtclogd
|
||||
usr/bin/wipedisk
|
||||
usr/local/bin/fsmond
|
||||
usr/local/bin/hbsAgent
|
||||
usr/local/bin/hbsClient
|
||||
usr/local/bin/mtcAgent
|
||||
usr/local/bin/mtcClient
|
||||
usr/local/bin/mtcalarmd
|
||||
usr/local/bin/mtclogd
|
||||
usr/local/bin/wipedisk
|
||||
usr/sbin/dmemchk.sh
|
||||
usr/sbin/fsync
|
||||
usr/share/mtce/hwclock.service
|
||||
|
@ -2,7 +2,7 @@
|
||||
# export DH_VERBOSE = 1
|
||||
|
||||
export ROOT = debian/tmp
|
||||
export BINDIR = $(ROOT)/usr/bin
|
||||
export BINDIR = $(ROOT)/usr/local/bin
|
||||
export LIBDIR = $(ROOT)/usr/lib
|
||||
export MTCESHAREDIR = $(ROOT)/usr/share/mtce
|
||||
export OCFPLATFORMDIR = $(ROOT)/usr/lib/ocf/resource.d/platform
|
||||
|
Loading…
Reference in New Issue
Block a user