From patchwork Fri Jul 28 19:02:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy Redaelli X-Patchwork-Id: 795003 X-Patchwork-Delegate: rbryant@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xJyz05JvTz9s7M for ; Sat, 29 Jul 2017 05:07:40 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 444BDBBF; Fri, 28 Jul 2017 19:07:39 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 319D4B9F for ; Fri, 28 Jul 2017 19:07:38 +0000 (UTC) X-Greylist: delayed 00:05:29 by SQLgrey-1.7.6 Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id D2CDF16A for ; Fri, 28 Jul 2017 19:07:36 +0000 (UTC) Received: from aldebaran.drizzt.lan (79.54.167.114) by smtp205.alice.it (8.6.060.28) id 59633F2415643F8D for dev@openvswitch.org; Fri, 28 Jul 2017 21:02:05 +0200 From: Timothy Redaelli To: dev@openvswitch.org Date: Fri, 28 Jul 2017 21:02:02 +0200 Message-Id: <3ba291a01e745e52263ff27f6578bf4c4d2ad0e0.1501268522.git.tredaelli@redhat.com> X-Mailer: git-send-email 2.13.1 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] rhel: Fix typo in README.RHEL.rst X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Replace systemctk with systemctl Signed-off-by: Timothy Redaelli --- rhel/README.RHEL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/README.RHEL.rst b/rhel/README.RHEL.rst index 1845e8fd..6affdba9 100644 --- a/rhel/README.RHEL.rst +++ b/rhel/README.RHEL.rst @@ -314,7 +314,7 @@ recommended to use the openvswitch.service to start and stop the Open vSwitch daemons. The below table shows systemd's behavior: =============================== ============== ============== ============== =============== =============== - - Process Status systemctk <> status + - Process Status systemctl <> status ------------------------------- ----------------------------- ---------------------------------------------- Action ovs-vswitch ovsdb-server openvswitch ovs-vswitchd ovsdb-server =============================== ============== ============== ============== =============== ===============