projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffc6a3
)
pwrtray: Start daemon in background
author
Michael Büsch
<mb@bu3sch.de>
Fri, 10 Sep 2010 00:19:45 +0000
(
00:19
+0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 10 Sep 2010 00:19:45 +0000
(
00:19
+0000)
SVN-Revision: 22996
Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend
patch
|
blob
|
history
diff --git
a/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend
b/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend
index 4ca60c06276d23b527cc9aabb4c5663fd8791b60..e13893935d245da00f280bda825b1e0e834c755f 100755
(executable)
--- a/
Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend
+++ b/
Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend
@@
-4,7
+4,7
@@
START=99
start() {
- [ -x /usr/bin/pwrtray-backend ] && /usr/bin/pwrtray-backend
+ [ -x /usr/bin/pwrtray-backend ] && /usr/bin/pwrtray-backend
-B -f
}
stop() {