projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6246ea7
)
haveged: don't test if the binary exists in the init script
author
Carlos Santos
<casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:25 +0000
(23:29 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:41 +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/haveged/S21haveged
patch
|
blob
|
history
diff --git
a/package/haveged/S21haveged
b/package/haveged/S21haveged
index 3e6ce8678ff6be962f6dc8c611356b4e62b9233a..4b6e6ced4eaa78944630c419c99a059bb617f88d 100755
(executable)
--- a/
package/haveged/S21haveged
+++ b/
package/haveged/S21haveged
@@
-1,7
+1,5
@@
#!/bin/sh
-[ -x /usr/sbin/haveged ] || exit 0
-
case "$1" in
start)
printf "Starting haveged: "