From patchwork Wed Sep 12 11:54:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 1443151 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 49FDFDF28C for ; Wed, 12 Sep 2012 11:54:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674Ab2ILLyr (ORCPT ); Wed, 12 Sep 2012 07:54:47 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:65375 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754794Ab2ILLyp (ORCPT ); Wed, 12 Sep 2012 07:54:45 -0400 Received: by eekc1 with SMTP id c1so1203742eek.19 for ; Wed, 12 Sep 2012 04:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=cTkAhP9KG8C7urr8r3hDaKgdQahjPas4CmgGsD9mRBQ=; b=eizgEEnDScFtLQ1NAL3mFNCt+lqucXIBW/vSBEBhB/DJ/yh5jAYqKzoYDXXsIPsQoE 6ZQ1owusmxRmUVhPi5MLgsFVSnKRIfPBdVr5M4mtc7IHbAgRIkvfzRAgUX/4CdBO8+yQ 2eCzYHiorJ7x1VvyrdU48AshSpGpU9qf735kE7Yt/wXthTY0QjZhMldTMLCXWMFcGgjV R6K+TXyQCHUEj873TQ70lDnSUUm6bkZ/WQC6pSGQfGe+FeX1IQDeAav0+PkWKayLxuiP Pd8sfJHh9BtOJ/ejlJAXQRkw7XZ9rH9iyxh6Eu5uhxpu8xJGV0RHii5cvvbromsmPXZT Z3Dw== Received: by 10.14.198.65 with SMTP id u41mr30755902een.22.1347450883977; Wed, 12 Sep 2012 04:54:43 -0700 (PDT) Received: from [192.168.1.101] (178-119-64-133.access.telenet.be. [178.119.64.133]) by mx.google.com with ESMTPS id h2sm55564968eeo.3.2012.09.12.04.54.41 (version=SSLv3 cipher=OTHER); Wed, 12 Sep 2012 04:54:42 -0700 (PDT) Message-ID: <505077FF.6060408@acm.org> Date: Wed, 12 Sep 2012 13:54:39 +0200 From: Bart Van Assche User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 MIME-Version: 1.0 To: "linux-rdma@vger.kernel.org" CC: Alex Netes Subject: [PATCH 2/6] opensm: Make it possible to enable opensm with chkconfig X-Enigmail-Version: 1.4.4 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org The command "chkconfig $service on" enables a service in the "Default-Start" runlevels. Signed-off-by: Bart Van Assche --- scripts/opensm.init.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/opensm.init.in b/scripts/opensm.init.in index 0c84bd3..9ec08a2 100644 --- a/scripts/opensm.init.in +++ b/scripts/opensm.init.in @@ -9,8 +9,8 @@ # Provides: opensm # Required-Start: $syslog # Required-Stop: -# Default-Start: none -# Default-Stop: 0 1 6 +# Default-Start: 2 3 5 +# Default-Stop: 0 1 4 6 # Description: Manage OpenSM ### END INIT INFO #