From patchwork Tue Mar 27 04:50:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1715 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id E3AE860993 for ; Mon, 26 Mar 2018 19:50:40 +0200 (CEST) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -1.1 X-Spam-Level: X-Spam-Status: No, score=-1.1 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 94BB81108883; Mon, 26 Mar 2018 18:50:39 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1522086640; x=1524678640; bh=Fht5liE84EQy7J3Tf1rBsyrwbKIOtr3c4nf4M2ISS1k=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=Ik8HyscLPQ2fFD/h31cWJ3xgL+aUPh8cKohQDvlvPsA6GSbAZ8MrLEM9P7civnNip j9672aTHRODmYyuzQyrb+TmJ36wxp5jiP76tcdrbRzuBdGNX3jcJtY8Rdq+q4bLpbl uYSYfQQtv8A3w/jS2oQarty7vsERXJTRKC9xYuC2bhync4rO7Ly5Sr0yiTEgerPn6J 7heKIQFUVRtA6FrhA9+TKeR+Ienf78EyQOhuaeZUdpcqzVQioPPtawhnJtVqWvZeJR tt3c+lt/S6jGMnOIKpOxm5t5aKfzeP+80Zf8nHkhX45I8JW6mjKre5mW2hW/7wmeyT DbF04Gg0FxjlQ== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from Devel.localdomain (p5B0A291F.dip0.t-ipconnect.de [91.10.41.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id B87C7108C398 for ; Mon, 26 Mar 2018 18:50:34 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1522086634; x=1524678634; bh=Fht5liE84EQy7J3Tf1rBsyrwbKIOtr3c4nf4M2ISS1k=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=uvmxBI80O6J8pWyPipXC7ZbxmhAM33dEdcHGRgQ2FyheV1bcsWiS5W35vg4qlhBuh QTlPTdLVF4bjfZeFSQwuroGCmX52qc2dkA1Zdh314oTTd7IYcBbtuIpdwJQ6hOQMz6 6+blq/QuntigDJEju3rrZ4FcGiFn2tIBYBs8ePjIkFrFRXj2/7fy//XjU9GVFpK+CS yne35QzNiuR6vn5W65P0zUqX/k0L//hlbElblE0D38VWXzaoXhE4W4fliH6xGNGVqr gaoSoiwCwopTF7Q0o1jM9FthrO1p3kZlejBwkAJgjjNcTBxLqlZp4vBWPxI6bdsxxh 2EEvT1a01Sauw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Fix typo in 'makeqosscripts.pl' Date: Mon, 26 Mar 2018 19:50:30 +0200 Message-Id: <20180326175030.1754-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.16.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer --- config/qos/makeqosscripts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 19809615a..824a9937f 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -726,7 +726,7 @@ print < /var/ipfire/qos/bin/qos.sh echo ".Done!" exit 0