projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e688a
)
dmraid: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:22 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:37 +0000
(07:34 +0200)
The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/dmraid/S20dmraid
patch
|
blob
|
history
diff --git
a/package/dmraid/S20dmraid
b/package/dmraid/S20dmraid
index fd2ad9e845fe3090cf99337cd71260c6e269fcb3..b3bfdcc84bce688bdd9cc7e3413ee1d32c6723f6 100644
(file)
--- a/
package/dmraid/S20dmraid
+++ b/
package/dmraid/S20dmraid
@@
-2,8
+2,6
@@
set -e
-[ -x /usr/sbin/dmraid ] || exit 0
-
# try to load module in case that hasn't been done yet
modprobe dm-mod >/dev/null 2>&1