projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff7a90
)
multimedia/uvc-streamer: Actually use the start-stop-daemon. Seems the Busybox SSD...
author
Oliver Ertl
<oliver@ertl-net.net>
Wed, 24 Sep 2008 10:16:27 +0000
(10:16 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Wed, 24 Sep 2008 10:16:27 +0000
(10:16 +0000)
SVN-Revision: 12679
multimedia/uvc-streamer/files/uvc-streamer.init
patch
|
blob
|
history
diff --git
a/multimedia/uvc-streamer/files/uvc-streamer.init
b/multimedia/uvc-streamer/files/uvc-streamer.init
index 065b7fe317703dfa92cdf4995c00cd6a06d1b854..b071d2c3f5139c200405839a6d0df9f2c1ec4912 100644
(file)
--- a/
multimedia/uvc-streamer/files/uvc-streamer.init
+++ b/
multimedia/uvc-streamer/files/uvc-streamer.init
@@
-1,5
+1,5
@@
#!/bin/sh /etc/rc.common
-# Copyright (C) 200
7
OpenWrt.org
+# Copyright (C) 200
8
OpenWrt.org
START=50
SSD=start-stop-daemon
@@
-37,9
+37,7
@@
start_service() {
}
stop_service() {
- killall $NAME 2>&1 > /dev/null
- # FIXME: Fix Busybox start-stop-daemon to work with multiple PIDs
- # $SSD -K -p $PIDF -q
+ $SSD -K -p $PIDF
}
start() {