>From 24d57940975c27c4b6221f85667e27c16b0d30bf Mon Sep 17 00:00:00 2001
From: Albert Chu <chu11@llnl.gov>
Date: Sat, 13 Sep 2008 00:10:43 -0700
Subject: [PATCH] do not start opensm on boot automatically


Signed-off-by: Albert Chu <chu11@llnl.gov>
---
 opensm/scripts/opensm.init.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensm/scripts/opensm.init.in b/opensm/scripts/opensm.init.in
index a573662..4725a17 100644
--- a/opensm/scripts/opensm.init.in
+++ b/opensm/scripts/opensm.init.in
@@ -8,8 +8,8 @@
 ### BEGIN INIT INFO
 # Provides: opensm
 # Required-Start: $syslog
-# Default-Start:  2 3 5
-# Default-Stop: 0 1 6
+# Default-Start:  
+# Default-Stop: 0 1 2 3 5 6
 # Description:  Manage OpenSM
 ### END INIT INFO
 #
-- 
1.5.4.5

