From patchwork Fri Jul 1 09:31:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 642903 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3rgrlf3g1Nz9t1K for ; Fri, 1 Jul 2016 19:31:58 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 0924E10B50; Fri, 1 Jul 2016 02:31:52 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v3.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id 98D5810B42 for ; Fri, 1 Jul 2016 02:31:50 -0700 (PDT) Received: from bar6.cudamail.com (localhost [127.0.0.1]) by mx3v3.cudamail.com (Postfix) with ESMTPS id 30AB61625C9 for ; Fri, 1 Jul 2016 03:31:50 -0600 (MDT) X-ASG-Debug-ID: 1467365507-0b32373fc6dcf60001-byXFYA Received: from mx1-pf1.cudamail.com ([192.168.24.1]) by bar6.cudamail.com with ESMTP id 1vUqimZUwpcOV1Ml (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 01 Jul 2016 03:31:47 -0600 (MDT) X-Barracuda-Envelope-From: mchandras@suse.de X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.1 Received: from unknown (HELO mx2.suse.de) (195.135.220.15) by mx1-pf1.cudamail.com with ESMTPS (DHE-RSA-AES256-SHA encrypted); 1 Jul 2016 09:31:47 -0000 Received-SPF: pass (mx1-pf1.cudamail.com: SPF record at suse.de designates 195.135.220.15 as permitted sender) X-Barracuda-Apparent-Source-IP: 195.135.220.15 X-Barracuda-RBL-IP: 195.135.220.15 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E7115AC76 for ; Fri, 1 Jul 2016 09:31:45 +0000 (UTC) X-CudaMail-Envelope-Sender: mchandras@suse.de From: Markos Chandras To: dev@openvswitch.org X-CudaMail-MID: CM-E1-630003557 X-CudaMail-DTE: 070116 X-CudaMail-Originating-IP: 195.135.220.15 Date: Fri, 1 Jul 2016 10:31:25 +0100 X-ASG-Orig-Subj: [##CM-E1-630003557##][PATCH 1/2] utilities: ovs-ctl: Drop duplicate line Message-Id: <20160701093126.10453-2-mchandras@suse.de> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20160701093126.10453-1-mchandras@suse.de> References: <20160701093126.10453-1-mchandras@suse.de> X-Barracuda-Connect: UNKNOWN[192.168.24.1] X-Barracuda-Start-Time: 1467365507 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.60 X-Barracuda-Spam-Status: No, SCORE=0.60 using global scores of TAG_LEVEL=3.5 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=4.0 tests=BSF_SC5_MJ1963, RDNS_NONE X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.30920 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.10 RDNS_NONE Delivered to trusted network by a host with no rDNS 0.50 BSF_SC5_MJ1963 Custom Rule MJ1963 Subject: [ovs-dev] [PATCH 1/2] utilities: ovs-ctl: Drop duplicate line X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" The --ovs-vswitchd-wrapper=WRAPPER line is referenced twice so drop it. Signed-off-by: Markos Chandras --- utilities/ovs-ctl.in | 1 - 1 file changed, 1 deletion(-) diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in index b2a97fc..8ec825b 100755 --- a/utilities/ovs-ctl.in +++ b/utilities/ovs-ctl.in @@ -574,7 +574,6 @@ Less important options for "start", "restart" and "force-reload-kmod": Debugging options for "start", "restart" and "force-reload-kmod": --ovsdb-server-wrapper=WRAPPER --ovs-vswitchd-wrapper=WRAPPER - --ovs-vswitchd-wrapper=WRAPPER run specified daemon under WRAPPER (either 'valgrind' or 'strace') File location options: