From patchwork Fri Mar 8 21:53:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 226281 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0CB6C2C03BE for ; Sat, 9 Mar 2013 08:53:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0EC9EA01D9; Fri, 8 Mar 2013 21:53:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b+SPmu3M1oue; Fri, 8 Mar 2013 21:53:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D5D8AA00C5; Fri, 8 Mar 2013 21:53:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id ADF828F753 for ; Fri, 8 Mar 2013 21:53:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 205038AF41 for ; Fri, 8 Mar 2013 21:53:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CfPi0yoBIJEk for ; Fri, 8 Mar 2013 21:53:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id D19FD8AB5A for ; Fri, 8 Mar 2013 21:53:35 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id fm10so2963488wgb.33 for ; Fri, 08 Mar 2013 13:53:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=kQ9gor4bVB7AreyKItgFCFNs/sHDmxEOvWbR0Rt4YO0=; b=hlv62/LRJXZDG4k5fvFeNuRjghUvnIUwrgvyTlahuIvH2y+vxCaXvxLyotzDrhh3JW IMDPqwQUfqbkYyXqg/cUbnaXGqElB+oh80YFemuvtKCqwF0mwwON0wTUnEGN5LVmVDjU HzxL3wZZkPrb3EFAAIAXO7fFLj+K9scjmq+fyw4mKkBT83oTG48PyCp2dQRuUw+Clw54 r8Ww7WqECPNHbHT83+AYsIcRrmZkVrY4FzX9SucP2Op4ORqeT97h5Zu/LuXbuIjpNMkA VWkWKBEtImnehvdALf4D2oh52lRwNBst6WLhJNPpJ3oMHuKtjmERLXHcChIbY/roVF7s 6Brw== X-Received: by 10.194.5.4 with SMTP id o4mr6888716wjo.40.1362779614150; Fri, 08 Mar 2013 13:53:34 -0800 (PST) Received: from localhost.localdomain (ARennes-555-1-262-17.w2-12.abo.wanadoo.fr. [2.12.69.17]) by mx.google.com with ESMTPS id n10sm1115906wia.0.2013.03.08.13.53.32 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 08 Mar 2013 13:53:33 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Fri, 8 Mar 2013 22:53:29 +0100 Message-Id: <1362779609-29725-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/tvheadend: fix startup script X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Obvious fix to the startup script: 'restart' is 'stop+start', not 'stop+stop'. Signed-off-by: "Yann E. MORIN" --- package/tvheadend/S99tvheadend | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/tvheadend/S99tvheadend b/package/tvheadend/S99tvheadend index 407b873..c29e32d 100644 --- a/package/tvheadend/S99tvheadend +++ b/package/tvheadend/S99tvheadend @@ -43,7 +43,7 @@ case "$1" in restart|force-reload) "${0}" stop sleep 2 - "${0}" stop + "${0}" start ;; *) echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2