From 3ce08b93c8acfa4ef0fcf2b81844c0ee23b62ac9 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 24 Sep 2008 10:16:27 +0000 Subject: [PATCH] [packages] multimedia/uvc-streamer: Actually use the start-stop-daemon. Seems the Busybox SSD works with multiple PIDs now. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12679 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- multimedia/uvc-streamer/files/uvc-streamer.init | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/multimedia/uvc-streamer/files/uvc-streamer.init b/multimedia/uvc-streamer/files/uvc-streamer.init index 065b7fe31..b071d2c3f 100644 --- 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) 2007 OpenWrt.org +# Copyright (C) 2008 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() { -- 2.11.0