From patchwork Wed Sep 12 11:49:27 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: 1443311 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id E25203FE79 for ; Wed, 12 Sep 2012 12:07:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757745Ab2ILMHK (ORCPT ); Wed, 12 Sep 2012 08:07:10 -0400 Received: from mail-ee0-f66.google.com ([74.125.83.66]:55384 "EHLO mail-ee0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757640Ab2ILMHI (ORCPT ); Wed, 12 Sep 2012 08:07:08 -0400 Received: by eekb15 with SMTP id b15so456824eek.1 for ; Wed, 12 Sep 2012 05:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=cTkAhP9KG8C7urr8r3hDaKgdQahjPas4CmgGsD9mRBQ=; b=zv2zO9WMTO4ZW6Ngh7Su3p/qgUYWgOz/LfSHdbj1/bLn3z6m/ShZT7dAGqLeeEFbi4 iI5XAntH6Mpio5aGqhh857UdOmRlTpIAf+UUASOV7GcyTjYpm3aJHQXELB7uOhLBZo+S uSx3drOLqccBs5u54YcY3hqIQOAXFynmSb8VvN4qsIPVE7QhS/UaoMPAOt2PY+CkaMqb JwUx+x4kqQdCRlmDN/whzzIfe1HEQb4+JozJhYzxiqukLaZLCg/Z6txoXb6PHBAy+9d0 3QC0NTmR1PPuU7vPRIKa4ruDzd4atgzpHRRPD8gRxdlU0cid9NmXXrgAUrZPX8ufvSp+ ZZyw== Received: by 10.14.218.134 with SMTP id k6mr30604257eep.14.1347450572833; Wed, 12 Sep 2012 04:49:32 -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 a7sm55488031eep.14.2012.09.12.04.49.31 (version=SSLv3 cipher=OTHER); Wed, 12 Sep 2012 04:49:31 -0700 (PDT) Message-ID: <505076C7.7050106@acm.org> Date: Wed, 12 Sep 2012 13:49:27 +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 #