Remove conflicting ordering clause from multipathd unit file

I45d6abee6691fe57ea5fcc82eccac878c49f23a6 introduced an ordering clause
that conflicts with the existing Before=local-fs-pre.target. This change
updates the patch from that CL to remove the ordering conflict.

Change-Id: I55fbb6a701af34b06ebef834230072420d2860a2
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/73013
Reviewed-by: Tara Gu <tarag@google.com>
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/project-edgeos/sys-fs/multipath-tools/files/multipath-tools-0.9.7-after-etc-overlay-mount.patch b/project-edgeos/sys-fs/multipath-tools/files/multipath-tools-0.9.7-after-etc-overlay-mount.patch
index 4306bcf..83713a8 100644
--- a/project-edgeos/sys-fs/multipath-tools/files/multipath-tools-0.9.7-after-etc-overlay-mount.patch
+++ b/project-edgeos/sys-fs/multipath-tools/files/multipath-tools-0.9.7-after-etc-overlay-mount.patch
@@ -1,8 +1,13 @@
 diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in
-index 6d03ff71..797ea7a5 100644
+index 6d03ff7..374d2aa 100644
 --- a/multipathd/multipathd.service.in
 +++ b/multipathd/multipathd.service.in
-@@ -5,6 +5,7 @@ Before=local-fs-pre.target blk-availability.service shutdown.target
+@@ -1,10 +1,11 @@
+ [Unit]
+ Description=Device-Mapper Multipath Device Controller
+ Before=lvm2-activation-early.service
+-Before=local-fs-pre.target blk-availability.service shutdown.target
++Before=blk-availability.service shutdown.target
  Wants=systemd-udevd-kernel.socket @MODPROBE_UNIT@
  After=systemd-udevd-kernel.socket @MODPROBE_UNIT@
  After=multipathd.socket systemd-remount-fs.service
diff --git a/project-edgeos/sys-fs/multipath-tools/multipath-tools-0.9.7-r2.ebuild b/project-edgeos/sys-fs/multipath-tools/multipath-tools-0.9.7-r3.ebuild
similarity index 100%
rename from project-edgeos/sys-fs/multipath-tools/multipath-tools-0.9.7-r2.ebuild
rename to project-edgeos/sys-fs/multipath-tools/multipath-tools-0.9.7-r3.ebuild