diff options
| author | Carlos Santos <casantos@datacom.ind.br> | 2018-04-15 23:29:22 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-16 07:34:37 +0200 |
| commit | e72bb38b9db3d9384398455c1a8e2dcf30140263 (patch) | |
| tree | f5b2c9fe7e62615a82aec120ea37818193ff501b /package/dmraid | |
| parent | 48e688ac16c03a313e7446be4f9ac7b57ab6caf8 (diff) | |
| download | buildroot-e72bb38b9db3d9384398455c1a8e2dcf30140263.tar.gz buildroot-e72bb38b9db3d9384398455c1a8e2dcf30140263.zip | |
dmraid: don't test if the binary exists in the init script
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>
Diffstat (limited to 'package/dmraid')
| -rw-r--r-- | package/dmraid/S20dmraid | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/dmraid/S20dmraid b/package/dmraid/S20dmraid index fd2ad9e845..b3bfdcc84b 100644 --- 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 |

