meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-metal / files / mtce-control-fix-hardcoded-path-for-hbsAgent.patch
diff --git a/meta-starlingx/meta-stx-flock/stx-metal/files/mtce-control-fix-hardcoded-path-for-hbsAgent.patch b/meta-starlingx/meta-stx-flock/stx-metal/files/mtce-control-fix-hardcoded-path-for-hbsAgent.patch
deleted file mode 100644 (file)
index da39496..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mtce-control/src/scripts/hbsAgent b/mtce-control/src/scripts/hbsAgent
-index d05177d..13443d0 100644
---- a/mtce-control/src/scripts/hbsAgent
-+++ b/mtce-control/src/scripts/hbsAgent
-@@ -20,7 +20,7 @@
- . /etc/init.d/functions
- DAEMON_NAME="hbsAgent"
--DAEMON="/usr/local/bin/${DAEMON_NAME}"
-+DAEMON="/usr/bin/${DAEMON_NAME}"
- PIDFILE="/var/run/${DAEMON_NAME}.pid"
- VIRT_TOOL='virt-what'