Merge "debian: correct bindir for maintenance services - mtce"
This commit is contained in:
commit
ff5e45ff43
@ -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…
x
Reference in New Issue
Block a user