projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26845a4
)
base-files: buttons: make power script return 0
author
Rafał Miłecki
<zajec5@gmail.com>
Wed, 12 Aug 2015 00:57:53 +0000
(
00:57
+0000)
committer
Rafał Miłecki
<zajec5@gmail.com>
Wed, 12 Aug 2015 00:57:53 +0000
(
00:57
+0000)
It was missed in the r46471.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46582
package/base-files/files/etc/rc.button/power
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/rc.button/power
b/package/base-files/files/etc/rc.button/power
index 0cb74b9f29240bcddedfbea475f1b6e0bd748667..c2457441728834e6fd8c2a34054fda95f31b78a3 100755
(executable)
--- a/
package/base-files/files/etc/rc.button/power
+++ b/
package/base-files/files/etc/rc.button/power
@@
-3,3
+3,5
@@
[ "${ACTION}" = "released" ] || exit 0
exec /sbin/poweroff
+
+return 0