mtce.inc: fix typos for services.d directory
Fix typos:
* serverices.d -> services.d
* 755 -> 750
Issue-ID: INF-93
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib97fc0f56ad093fe1495b929f9cb83d01f9e46ef
diff --git a/meta-stx/recipes-core/stx-metal/mtce.inc b/meta-stx/recipes-core/stx-metal/mtce.inc
index bcc426a..d1daf7e 100644
--- a/meta-stx/recipes-core/stx-metal/mtce.inc
+++ b/meta-stx/recipes-core/stx-metal/mtce.inc
@@ -69,10 +69,10 @@
install -m 755 -d ${D}/${sysconfdir}/pmon.d
install -m 755 -d ${D}/${sysconfdir}/logrotate.d
- install -m 755 -d ${D}/${sysconfdir}/serverices.d
- install -m 755 -d ${D}/${sysconfdir}/serverices.d/controller
- install -m 755 -d ${D}/${sysconfdir}/serverices.d/worker
- install -m 755 -d ${D}/${sysconfdir}/serverices.d/storage
+ install -m 755 -d ${D}/${sysconfdir}/services.d
+ install -m 750 -d ${D}/${sysconfdir}/services.d/controller
+ install -m 750 -d ${D}/${sysconfdir}/services.d/worker
+ install -m 750 -d ${D}/${sysconfdir}/services.d/storage
cd ${S}/mtce/src/
install -m 755 -p -D scripts/mtcAgent ${D}/${libdir}/ocf/resource.d/platform
@@ -151,9 +151,9 @@
install -m 755 -p -D scripts/goenabled ${D}/${sysconfdir}/init.d/goenabled
# start or stop services test script
- install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/serverices.d/worker
- install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/serverices.d/controller
- install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/serverices.d/storage
+ install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/services.d/worker
+ install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/services.d/controller
+ install -m 755 -p -D scripts/mtcTest ${D}/${sysconfdir}/services.d/storage
install -m 755 -p -D scripts/runservices ${D}/${sysconfdir}/init.d/runservices
@@ -293,9 +293,9 @@
${sysconfdir}/bmc/server_profiles.d/sensor_hp380_v1_ilo_v4.profile \
${sysconfdir}/bmc/server_profiles.d/sensor_hp360_v1_ilo_v4.profile \
${sysconfdir}/bmc/server_profiles.d/sensor_quanta_v1_ilo_v4.profile \
- ${sysconfdir}/serverices.d/worker/mtcTest \
- ${sysconfdir}/serverices.d/controller/mtcTest \
- ${sysconfdir}/serverices.d/storage/mtcTest \
+ ${sysconfdir}/services.d/worker/mtcTest \
+ ${sysconfdir}/services.d/controller/mtcTest \
+ ${sysconfdir}/services.d/storage/mtcTest \
${sysconfdir}/mtc/fsmond.conf \
${sysconfdir}/mtc/tmp/ \
${sysconfdir}/mtc.ini \